diff options
author | 0neGal <mail@0negal.com> | 2022-01-04 21:50:52 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-04 21:50:52 +0100 |
commit | 89d8d1986b62d5686160f28359383ccd0c67f77d (patch) | |
tree | fdd040950e1eda11bcc08a11170f28b1e6d11f7e /package.json | |
parent | 8a2d5f76131a571aebe0b115c922c2380b8f9c97 (diff) | |
download | Viper-89d8d1986b62d5686160f28359383ccd0c67f77d.tar.gz Viper-89d8d1986b62d5686160f28359383ccd0c67f77d.zip |
added script to detect missing locales
"npm run langs" will give back info if a locale is missing localizations
from the English locale. Thereby showing what needs to be translated.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 54bef85..de8dcee 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ } }, "scripts": { + "langs": "node build/langs.js", "start": "npx electron src/index.js", "debug": "npx electron src/index.js --debug", "man": "npx marked-man docs/viper.1.md > docs/viper.1", |