Localizations alternatives and similar libraries
Based on the "Tools" category.
Alternatively, view Localizations alternatives based on common mentions on social networks and blogs.
-
SwiftGen
The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs! -
Lona
A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts. -
Xcodes.app
The easiest way to install and switch between multiple versions of Xcode - with a mouse click. -
FBSimulatorControl
idb is a flexible command line interface for automating iOS simulators and devices -
GDPerformanceView-Swift
Shows FPS, CPU and memory usage, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate. -
AppDevKit
AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs. -
iSimulator
iSimulator is a GUI utility to control the Simulator, and manage the app installed on the simulator. -
Blade
Better asset workflow for iOS developers. Generate Xcode image catalogs for iOS / OSX app icons, universal images, and more. -
Realm Browser
DISCONTINUED. DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform. -
Cookiecutter
DISCONTINUED. A template for new Swift iOS / macOS / tvOS / watchOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file -
SuperDelegate
DISCONTINUED. SuperDelegate provides a clean application delegate interface and protects you from bugs in the application lifecycle -
abandoned-strings
Command line program that detects unused resource strings in an iOS or OS X application. -
AVXCAssets-Generator
AVXCAssets Generator takes path for your assets images and creates appiconset and imageset for you in just one click
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Localizations or a related project?
README
Localizations 0.2
Localizations is an OS X app that manages your Xcode project localization files (.strings).
It focuses on keeping .strings files in sync with the code (NSLocalizedString) and the UI files (storyboards & xib).
It is the missing link that prevents obsolete keys to persists in .strings files and newly introduced to be missed.
You will find Localizations particularly useful when working on a new version of your app or when adding a full new language to your app.
The removal of obselete translations strings will save you money in translations costs.
How it works
1/ Choose a root folder containing an xcode project, source code (.h, .m and/or .swift files), ui files (.xib and/or .storyboard files) and eventually existing .string files in their *.lproj folders.
2/ Localization dives in the file system to find all of these files and store both their content and locations
3/ It regenerate fresh .strings files using ibtool and genstrings and store the generated files in a cache directory (automatically generated inside /tmp
4/ It compares the existing and the new files and creates a diff
5/ It shows the diff in the detail view
Important: Before saving changes, you should stash your local changes and work with a fresh commit so you can revert the results eventually
6/ If you likes the changes, you can review and save them
7/ Localizations will erase, overwrite and create all necessary files and folders.
By default, all brand new files will be created as a development language (picked from the pbxproj) folder.
Intentions & License
When it comes to handle your string files, Xcode has been leaving a void which is yet to be filled. My intentions with this app are to fill this void and, by making it open source, enable developers to alter it up to the very need their specific situation may present. It is my hope that users of the app will share their improvements so that all can be enjoying them.
This project is completely open source and under the MIT license. So enjoy and have fun. For full details please see license.md
Screenshots
Special Thanks
Sebastien Del Grosso - For the app icon.
Questions & Contact
If you have any questions, reach out to me on twitter @athiercelin or drop an issue on github.
*Note that all licence references and agreements mentioned in the Localizations README section above
are relevant to that project's source code only.