Updates locales

This commit is contained in:
Mouse Reeve
2021-12-02 10:28:13 -08:00
parent 1fed22b27e
commit 0794f1a286
7 changed files with 103 additions and 78 deletions

1
bw-dev
View File

@ -118,6 +118,7 @@ case "$CMD" in
git checkout l10n_main locale/pt_BR
git checkout l10n_main locale/zh_Hans
git checkout l10n_main locale/zh_Hant
runweb django-admin makemessages --no-wrap --ignore=venv -l en_US $@
runweb django-admin compilemessages --ignore venv
;;
build)