@appeitje/state-of-trans
v0.0.2
Published
compare translation files to find missing keys and empty values
Downloads
2
Readme
state-of-trans
Compare translation json files and find missing keys
Installation
# using npm
npm install @appeitje/state-of-trans
# using yarn
yarn add @appeitje/state-of-trans
You can also instal it globally
Usage
You can run state of trans from de command line:
state-of-trans <path> <default language>
Example
state-of-trans ./lang/translations en
NPM script
Add to package.json
{
"scripts": {
"translations": "state-of-trans ./lang/translations en"
}
}