Skip to content

Releases: AckeeCZ/ACKLocalization

1.7.0

17 Nov 00:55

Choose a tag to compare

Added

1.6.1

16 Oct 10:56

Choose a tag to compare

What's Changed

  • Fix bug in function for removing suffix from string by @vendulasvastal in #39
  • CI update by @olejnjak in #40

New Contributors

  • @vendulasvastal made their first contribution in #39

Full Changelog: 1.6.0...1.6.1

1.6.0

21 Jul 11:21

Choose a tag to compare

Added

1.5.0

06 Oct 18:20

Choose a tag to compare

Added

  • Add support to define destination for all files that are generated (#34, kudos to @olejnjak)
  • Generate localizations even for items that have empty value (#34, kudos to @olejnjak)

Changed

  • BREAKING: Configuration field stringsDictFileName has no more effect, from now on stringsdicts are generated alongside corresponding stringsfile (#34, kudos to @olejnjak)

Compilation requires Xcode 14 (running through mint also as it is compiled first)

1.4.0

30 Aug 15:15

Choose a tag to compare

1.3.0

09 May 12:12

Choose a tag to compare

Added

  • Add support for loading secrets from environment variables (#29, kudos to @leinhauplk)

1.2.0

08 Mar 16:16
ce725bb

Choose a tag to compare

Added

  • Add support for empty values for keys (#26, kudos to @olejnjak)

1.1.3

08 Nov 20:45

Choose a tag to compare

Fixed

  • Fix creating invalid keys, if contain quote marks (#22, kudos to @mateuszjablonski)

Changed

  • Internal refactoring regarding string literal escaping (#24, kudos to @olejnjak)

1.1.2

15 Sep 11:03

Choose a tag to compare

Fixed

  • Fix creating empty files when spreadsheet doesn't contain any plurals or only plurals (#20, kudos to @olejnjak)

Stringsdict fix

07 Sep 14:01

Choose a tag to compare

Fixed