What is Localizations?

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.

Overview