BartyCrouch v3.12.0 Release Notes

Release Date: 2018-05-08 // almost 6 years ago
  • โ€“ 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)