1
0
Fork 0

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

View file

@ -255,6 +255,7 @@ LANGUAGES = [
("no-no", _("Norsk (Norwegian)")),
("pt-br", _("Português do Brasil (Brazilian Portuguese)")),
("pt-pt", _("Português Europeu (European Portuguese)")),
("sv-se", _("Swedish (Svenska)")),
("zh-hans", _("简体中文 (Simplified Chinese)")),
("zh-hant", _("繁體中文 (Traditional Chinese)")),
]