All Versions
56
Latest Version
Avg Release Cycle
59 days
Latest Release
891 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.5.0 Changes
April 08, 2016➕ Added
- ➕ Adds support for adding missing keys to target translations Strings files via the
-c
command line option. Note that the undocumented previous behavior of keeping keys in translation targets that didn't exist in translation source Strings files was dropped. From now on only keys that also exist in the source Strings file are kept in the target files to clean up target files. For most projects this change shouldn't have any effect.
- ➕ Adds support for adding missing keys to target translations Strings files via the
-
v1.4.0 Changes
March 14, 2016➕ Added
- ➕ Add support for automatically detecting all Storyboards/XIBs Thanks to this change the suggested build script is now much shorter and will automatically adapt to new Interface Builder file additions. No need to keep the build script updated anymore (for incremental change updates)!
-
v1.3.0 Changes
March 03, 2016➕ Added
- ➕ Add comment Base value update support (only if structure not changed from defaults) ### 🔄 Changed
- ⚡️ Update actual translation value if same as Base (assuming comment value is previous Base value) See #4 for further details on the rationale for the changes made here.
-
v1.2.0 Changes
February 29, 2016➕ Added
- ➕ Add option to use Base localization values when adding new keys
-
v1.1.0 Changes
February 25, 2016➕ Added
- ➕ Add support for automatic machine-translation using Microsoft Translator
-
v1.0.0 Changes
February 25, 2016➕ Added
- Help messages & more by using CommandLine
- Shorter argument names (
--input
or-i
,--output
or-o
,--auto
or-a
) - 🚀 Migration Guide section for major release upgrades in README ### 🔄 Changed
- 👌 Improved error handling and exit codes
- Further internal improvements