-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.6: Key/object sorting, specify ICU message format version
- Loading branch information
Showing
4 changed files
with
63 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters