1.0.4 • Published 11 months ago

i18n-catalogue-checker v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

i18n Catalogue Checker

This package basically takes a directory as argument that contains your JSON Files. It compares all the files in this directory and outputs missing keys.

Nothing less, nothing more.

install it

npm i --save-dev i18n-catalogue-checker

and add this line to your package.json and exchange languages with the path to your language JSON files.

{
    "scripts": {
        "check-catalogue": "i18n-catalogue-checker ./languages"
}

Then run

npm run check-catalogue
1.0.4

11 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago