1.0.3 • Published 11 months ago

@l10nmonster/helpers-json v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
11 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 arrays, nested keys and plurals as defined by the i18next JSON v4 format.

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

11 months ago

1.0.0

2 years ago