Commit 9cfd6e51ee778dc16e35913b12823e4b573afbfb
add translation check
mix irving committed on 8/28/2017, 1:42:43 AMParent: ef08c9119e733198510e57b49ae441a7d0c8cae7
Files changed
README.md | changed |
package-lock.json | changed |
package.json | changed |
translations/checker.js | added |
README.md | ||
---|---|---|
@@ -49,4 +49,9 @@ | ||
49 | 49 … | "autoinvite": "128.199.132.182:43750:@7xMrWP8708+LDvaJrRMRQJEixWYp4Oipa9ohqY7+NyQ=.ed25519~YC4ZnjHH8qzsyHe2sihW8WDlhxSUH33IthOi4EsldwQ=" |
50 | 50 … | } |
51 | 51 … | ``` |
52 | 52 … | |
53 … | +### Translations | |
54 … | + | |
55 … | +Theses are in `/translations`. | |
56 … | +There's a helper script in there called `checker.js` which looks for translations in `en` (english) that are missing from `zh` (mandarin). | |
57 … | + |