Skip to content

Latest commit

 

History

History
95 lines (58 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

95 lines (58 loc) · 3.29 KB

Changelog

  • please enter new entries in format
- <description> (#<PR_number>, kudos to @<author>)

main

1.7.0

Added

1.6.1

Fixed

  • Incorrect file name when specified with .strings suffix (#39, kudos to @vendulasvastal)

1.6.0

Added

  • Add check for duplicate keys in Spreadsheet (#38, kudos to @AGr-AlexandrGrigoryev)
  • Replaces custom solution for getting auth credentials with google auth library (#36, kudos to @babacros)

1.5.0

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)

1.4.0

Added

  • Add support for formatted plurals (#33, kudos to @leinhauplk)

1.3.0

Added

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

1.2.0

Added

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

1.1.3

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

Fixed

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

1.1.1

Fixed

  • Fix bad stringsdict file extension (#17, kudos to @IgorRosocha)

1.1.0

  • Add support for plural keys (#16, kudos to @LukasHromadnik)

1.0.1

  • Add support for specifiying number of decimals for float (#15, kudos to @fortmarek)

1.0.0

  • create new ACKLocalization (#13, kudos to @olejnjak)
    • works with service accounts instead of published document
    • is configured with a file instead of ton of arguments

0.3.1

  • add %i to known format specifiers (#12, kudos to @olejnjak)
  • migrate to Swift 5 (#12, kudos to @olejnjak)

0.3.0

  • implement positioned arguments (#6, kudos to @fortmarek)
  • write some tests 💪 (#7, kudos to @olejnjak)
  • implement localization for plists (#8, kudos to @fortmarek)
  • fix localization for plists (#9, kudos to @fortmarek)