Skip to content

Releases: metasmile/strsync

1.8 - Fixed a bug for an argument only for keys

20 Dec 16:17
Compare
Choose a tag to compare

Fixed a bug for an argument only for keys

1.7 - Exclusive Key Support For Entire Operations

20 Dec 16:17
Compare
Choose a tag to compare

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

28 Nov 10:37
Compare
Choose a tag to compare
  • Fix for encoded apostrophe
  • Some minor fixes

1.6 - Xcode10 .intentdefinition file format support.

23 Sep 12:32
Compare
Choose a tag to compare

1.6 - Xcode10 .intentdefinition file format support.

1.5 - Deprecated existed unofficial py-googletrans client. Replace it into official google cloud API client.

22 Sep 08:24
Compare
Choose a tag to compare

1.5 - Deprecated existed unofficial py-googletrans client. Replace it into official google cloud API client.

Changed Default Locale Set

20 Sep 17:51
Compare
Choose a tag to compare
  • 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

20 Sep 13:26
Compare
Choose a tag to compare
  • For automatically filling values with Base values.

1.4.7- add support for "${property}" replacement

20 Sep 13:06
Compare
Choose a tag to compare
  • Support property literal replacement for example XCode 10's Intents strings.

1.4.6 - Changed the value of '-l' into normalized ratio with double.

19 Aug 10:49
Compare
Choose a tag to compare

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

11 Jul 21:15
Compare
Choose a tag to compare
  • Resolved huge memory consumption via global instance