Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 635 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 635 Bytes

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
│   │   │   └── ...
│   │   └── ... 
│   └── ...            
└── ...