Skip to content

Release v1.0.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 16:43
· 15 commits to root since this release
04fd6c8

i18n tools 1.0.6

Updated the class generator to add a couple of features.

Translations Class Generator

  • API: Add a messageFormatVersion option to specify the ICU message format version specified in the Bundle object. Defaults to 1, but you can use 2 for the experimental new format.
  • API/CLI: Sort keys and objects alphabetically, making it easier to browse generated code.
  • CLI: Expose the above option via the -mfv and --message-format-version switches.

Commits (1)

  • 04fd6c: 1.0.6: Key/object sorting, specify ICU message format version