Releases: jwbay/i18next-json-sync
Releases · jwbay/i18next-json-sync
v3.1.2
3.1.2 (2022-12-05)
Bug Fixes
- explicitly alias help flag for cli (f690134), closes #28
v3.1.1
3.1.1 (2022-06-11)
Bug Fixes
- handle numeric space value coming in as string from cli (868cd06)
v3.1.0
3.1.0 (2022-04-10)
Bug Fixes
Features
- support excluding files via glob pattern list; default to excluding node_modules (5e356f5)
v3.0.0
3.0.0 (2022-04-10)
Bug Fixes
BREAKING CHANGES
- Drop support for node versions < 12
v2.3.1
- Emit js files with LF for cross-platform cli support
v2.3.0
- Support hyphens in filenames #11
- Add option to fill new keys with empty strings instead of values from source language #9
v2.2.0
- New option for adding a final newline to each localization json file
- Fix using a primary language without multiple plural forms
v2.0.0
- The plural forms documentation for i18next that drove mapping behavior for this tool was incorrect and has been updated, and this tool has been updated to match. Languages with only one form incorrectly had that form listed as
key_0
instead of just key
.
v1.2.0
- Add line ending customization
- Add whitespace and key order verification to 'check' mode
- Fix issues with plural mapping