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 theBundle
object. Defaults to1
, but you can use2
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