Skip to content

1.21.0

Compare
Choose a tag to compare
@boxblinkracer boxblinkracer released this 03 Jun 19:00
· 87 commits to main since this release

[1.21.0]

Added

  • Added new option to specify the base locale within a Translation-Set. This will be used for different features where it's necessary to know the base language.
  • Translation services will now use the new base locale as preferred source language for translations, if defined.

Fixed

  • Fixed binary detection to also support "Umlaute". These were accidentally detected as binary strings, but they are not (thx @mjosef89).
  • Fix bug where the coverage of a missing locale was accidentally 100%
  • Fix bug where it was not possible to only use import-config files without a Translation-Set inside the main configuration file. This is now possible.