@fishonfire/state-of-trans
v0.0.3
Published
compare translation files to find missing keys and empty values
Downloads
134
Keywords
Readme
state-of-trans
Compare translation json files and find missing keys
Installation
# using npm
npm install @fishonfire/state-of-trans
# using yarn
yarn add @fishonfire/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"
}
}