Major
Detail
Bugfix
Major
Detail
#26382
Error messages "Duplicate tag name..." when starting an application in the IDE from a TL-Studio
#26405
TTypeRewriter logs warning "Unable to resolve items by external reference" also unnecessarily
#26431
Changed superclass relationship leads to changed attribute list in the form editor only after a restart
Bugfix
In I18N fields usually commands are displayed to translate a text. To decide whether this command is displayed, the translation service (DeepL) is asked whether it supports the request language (en).
Since recently DeepL gives the upper case language codes (EN) as supported languages.
Solution
The language codes are normalized by the Locale class (as recommended in the Locale#getLanguage() doc).
Test
- In I18N fields translation buttons are there and work.