Can be used for compare i18n json files and find which translations are missing.
npm install -g nodemon
npm i
npm start
Test Url: http://localhost:3000/test
.
├── ...
├── jsons
│ ├── business
│ │ ├── tr
│ │ │ ├── account.json
│ │ │ └── ...
│ │ ├── en
│ │ │ ├── account.json
│ │ │ └── ...
│ │ └── ...
│ └── ...
└── ...