Release v1.5.7
Gradle Plugins 1.5.7
This version includes a change to the KordEx plugin, specifically the translation class generator.
KordEx Plugin
- Update the translation class generator.
- The translation class generator now alphabetically sorts the generated keys and objects, for easier browsing.
- Add a new
messageFormatVersion
property to thei18n
builder.- If you want to use ICU Message Format version 2 (still in development preview), set this to
2
. This will require the latest build of KordEx version2.3.1-SNAPSHOT
or later. - This option defaults to
1
, and this setting won't break the generated code — thus keeping compatibility with2.3.0-SNAPSHOT
and later.
- If you want to use ICU Message Format version 2 (still in development preview), set this to
Commits (1)
- 5290d4: 1.5.7: Option to switch to ICU Message Format v2.