1.0.0 • Published 7 months ago

@l10nmonster/helpers-json v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

L10n Monster JSON Helpers

JSON Filter

A filter for JSON files. It supports annotations as defined by the ARB spec. In addition it supports nested keys and plurals as defined by the i18next JSON v4 format.

this.resourceFilter = new filters.JsonFilter({
        enableArbAnnotations: true,
        enablePluralSuffixes: true,
        emitArbAnnotations: true
});
1.0.0

7 months ago