Adds Swedish to the app

This commit is contained in:
Mouse Reeve
2022-01-24 09:39:13 -08:00
parent 906456802a
commit eeee62cd04
3 changed files with 39 additions and 0 deletions

1
bw-dev
View File

@ -119,6 +119,7 @@ case "$CMD" in
git checkout l10n_main locale/no_NO
git checkout l10n_main locale/pt_PT
git checkout l10n_main locale/pt_BR
git checkout l10n_main locale/sv_SE
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 $@