i18n-catalogue-checker
v1.0.4
Published
A simple cli tool to check if translation files are missing translations
Downloads
121
Readme
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