Releases: FlineDev/BartyCrouch
Releases · FlineDev/BartyCrouch
3.12.2
3.12.1
3.12.0
– 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
3.11.1
3.11.0
3.10.1
3.10.0
Add support for Swift Package Manager + fixed some issues.
Thanks to @mshibanami & @clementpadovani.