Loading...
- v2022.6iOS
* [NEW] Translate txt files, very useful to translate app metadata if you use Fastlane.tools * [FIX] Preserve new lines in translations
- v2022.5iOS
* [FIX] Finding translations with special characters * [NEW] Lowercase translations
- v2022.4iOS
* [FIX] Crash when translating with Google translate * [FIX] Remove percent encoding from Google translations
- v2022.3iOS
[FIX] Crash when using translate with Google
- v2022.2iOS
* [NEW] Automatic translation with Google Translate API (developer API key required)
- v2022.1iOS
[FIX] Norwegian [FIX] New line encoding
- v2021.1iOS
Minor fixes
- v2020.2iOS
Fixes
- v2020.1iOS
Fixes and improvements both to UI and translation mechanisms
- v2019.1iOS
* Changed database scheme for better performance and more accurate translations (you have to recreate translations database by scanning your projects) * Added ability to load translations from .string files directly to open project (files have to be named according to translation language for example "Localizable-fr.strings") * Added sorting by string key / value
- v2.0.1iOS
Just updating some metadata...
- v2.0iOS
* Edit localization string key * Tabbed UI - show all strings files in your project in one window * Highlight possible mistakes - when base language string is used in different language * Delete multiple strings at once
- v1.3iOS
* Look for strings files in the subfolders * More intelligent search for auto translation * Set multiple base languages (for example: [base, en, en-US]) * Delete strings * Support for OS X 10.10
- v1.1iOS
Fixes and improvements