Skip to content

1.7.0

Compare
Choose a tag to compare
@boxblinkracer boxblinkracer released this 08 Mar 21:05
· 370 commits to main since this release

Added

  • Add new number case-style validator.
  • Add new keyLength rule. Validate a maximum length of your keys.
  • Add new disallowedTexts rule. Provide a list of texts that must not appear in any of your translations.

Fixed

  • Fix problem with locale filenames that have whitespaces before or after the filename. Trim() has been added ;)