Skip to content

1.4.0

Compare
Choose a tag to compare
@boxblinkracer boxblinkracer released this 07 Feb 06:56
· 419 commits to main since this release

Added

  • Add new case-styles for translations. This allows you to validate against translation keys. Select from a wide range of styles like CamelCase, PascalCase, KebabCase and more.
  • Add new JUnit reporter for the validation command. This creates a JUnit XML file that can be used in further steps.

Changed

  • Improved output of the validation command. Errors are now shown in a more compact and meaningful way.
  • The translate command now shows a warning if auto-translation is not possible because no existing translation has been found as base-value.

Fixed

  • Fixed wrong "created" count on fix:structure. It showed 0 created if the last translation-set didn't get any new translations.