i18n-json-toolkit
v1.0.3
Published
A CLI tool to compare the different JSON translation files and provide feedback on differences
Downloads
199
Readme
i18n-json-toolkit
A toolkit to help with usage of i18n json files. Based on the work by Yannick Spies
Assupmtions
For now we only support a simple setup with a single directory with for each language a single i18n-json translation file.
Usage
Compare
To check if all translation files contain translations for all the same labels run
i18n-json-toolkit compare ${dir}
with ${dir} being the directory that contains the i18n-json files.
Changelog
The changelog for this project can be found here