eslint-plugin-i18n-json
Advanced tools
Changelog
[4.0.0] - 2021-04-13 - MAJOR BUMP
@formatjs/icu-messageformat-parser
as intl-messageformat-parser
is now deprecated. This is a breaking change, the new parser uses icu4j implementation and has stricter validations.i18n-json/identical-placeholders
.Changelog
[3.0.0] - 2020-08-18 - MAJOR BUMP
intl-messageformat-parser
getting bumped from v3 to v5.Changelog
[2.4.0] - 2018-07-01
i18n-json/ignore-keys
. Takes a list of key paths (case sensitive) to ignore when checking syntax and doing key structure comparisons. Only acknowledged by the identical-keys
and valid-syntax
rules. See README for more details on use.i18n-json/ignore-keys
to showcase usage.