Skip to content

Release v1.5.7

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 11:12
· 3 commits to root since this release
5290d48

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 the i18n 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 version 2.3.1-SNAPSHOT or later.
    • This option defaults to 1, and this setting won't break the generated code — thus keeping compatibility with 2.3.0-SNAPSHOT and later.

Commits (1)

  • 5290d4: 1.5.7: Option to switch to ICU Message Format v2.