/i18n-comparer

Can be used for compare i18n json files and find which translations are missing.

Primary LanguageJavaScriptMIT LicenseMIT

I18N COMPARER

Can be used for compare i18n json files and find which translations are missing.

Setup Steps


npm install -g nodemon
npm i
npm start

Test Url: http://localhost:3000/test

Example Tree

.
├── ...
├── jsons                    
│   ├── business
│   │   ├── tr
│   │   │   ├── account.json
│   │   │   └── ...
│   │   ├── en
│   │   │   ├── account.json
│   │   │   └── ...
│   │   └── ... 
│   └── ...            
└── ...