Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-19 | updated build scripts/code tests | 0neGal | |
build/langs.js now gives more info and has colors. It also changes it's exit code if an error happened, we then use that in build/publish.sh to catch localization errors before publishing. We also ensure that version numbers are set correctly. Then at last we will make sure $GH_TOKEN is set, and if not, prompt for the token, to make sure you don't build everything then error out when you forgot to put in your token. | |||
2022-01-26 | added lang/maintainers.json, updated langs.js | 0neGal | |
langs.js now prints out a proper good looking output, and also now takes advantage of maintainers.json to provide proper information. | |||
2022-01-04 | added script to detect missing locales | 0neGal | |
"npm run langs" will give back info if a locale is missing localizations from the English locale. Thereby showing what needs to be translated. |