You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.