An open API service indexing awesome lists of open source software.

https://github.com/phocks/translation-checker

Check if translations are there
https://github.com/phocks/translation-checker

Last synced: 2 months ago
JSON representation

Check if translations are there

Awesome Lists containing this project

README

          

Translation Checker
===================
Check if translations are there. Quick and dirty script.

To use
------
Clone project.

Pull all files and create a folder called "files".

Run with: `node index.js`

It will print out all files that don't have matching languages.

Change languages with these lines:

```
const firstLanguage = /en: /g;
const secondLanguage = /zh: /g;
```