Age | Commit message (Collapse) | Author |
|
This lead to you going through the whole build process but it never
actually uploaded all the files. Quite annoying!
|
|
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.
|
|
langs.js now prints out a proper good looking output, and also now takes
advantage of maintainers.json to provide proper information.
|
|
"npm run langs" will give back info if a locale is missing localizations
from the English locale. Thereby showing what needs to be translated.
|