Skip to content

NuhYlmz/i18n-comparer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published