Skip to content

Releases: FlineDev/BartyCrouch

3.12.2

09 May 09:08
Compare
Choose a tag to compare
no message

3.12.1

08 May 13:53
Compare
Choose a tag to compare
no message

3.12.0

08 May 13:31
Compare
Choose a tag to compare

– Adds new sub command normalize with multiple options.

For example you can now add this to your build script:

bartycrouch normalize -p "/path/to/code/files" -l en -d -w -h -s

This will:

  • warn against duplicate keys or fix them if it can (-d)
  • warn against empty values (-w)
  • make sure your target languages have exactly the same keys as your source language (-h)
  • sort your keys except for those without translations (-s)

3.11.2

16 Apr 12:17
Compare
Choose a tag to compare
  • Fixed an issue which didn't run sorting keys when no translations were found
  • Improved performance with many files

3.11.1

12 Mar 15:35
Compare
Choose a tag to compare

Fixes a bug related to the new --custom-localizable-name option.

3.11.0

12 Mar 14:48
Compare
Choose a tag to compare

– Adds new option --custom-localizable-name for code subcommand

3.10.1

08 Mar 01:22
Compare
Choose a tag to compare

Reverts #67 to fix #11 and #88.

3.10.0

05 Feb 15:03
Compare
Choose a tag to compare

Add support for Swift Package Manager + fixed some issues.
Thanks to @mshibanami & @clementpadovani.

3.9.3

09 Jan 12:13
Compare
Choose a tag to compare

Fixes #72.

3.9.2

28 Dec 09:09
Compare
Choose a tag to compare
no message