Releases: metasmile/strsync
Releases · metasmile/strsync
1.8 - Fixed a bug for an argument only for keys
1.7 - Exclusive Key Support For Entire Operations
Add a second positional argument "only for keys"
Some specified keys for exclusive work. All operations will work for only that keys, therefore, other keys will be ignored. Not specified by default. (default=None)
Fix for encoded apostrophe
- Fix for encoded apostrophe
- Some minor fixes
1.6 - Xcode10 .intentdefinition file format support.
1.6 - Xcode10 .intentdefinition file format support.
1.5 - Deprecated existed unofficial py-googletrans client. Replace it into official google cloud API client.
1.5 - Deprecated existed unofficial py-googletrans client. Replace it into official google cloud API client.
Changed Default Locale Set
- zh-CN, zh-TW -> zh-Hans, zh-Hant
- zh-HK -> Remained.
- add support for Norway Bokmål (nb)
add option -w , --following-base-if-not-exists
- For automatically filling values with Base values.
1.4.7- add support for "${property}" replacement
- Support property literal replacement for example XCode 10's Intents strings.
1.4.6 - Changed the value of '-l' into normalized ratio with double.
e.g.
strsync ......... -l 1.5
It means that if the absolute Unicode character length of the translated l10n string is longer than Base.lproj's 1.5 times or more, it will be replaced(reverted) with the string of Base's
Resolved huge memory consumption via global instance
- Resolved huge memory consumption via global instance