1
0
Fork 0

Adds locales to application

This commit is contained in:
Mouse Reeve 2022-01-08 07:38:14 -08:00
parent cb858b66fe
commit 02a963c4ef
4 changed files with 41 additions and 1 deletions

View file

@ -196,8 +196,10 @@ LANGUAGES = [
("de-de", _("Deutsch (German)")),
("es-es", _("Español (Spanish)")),
("gl-es", _("Galego (Galician)")),
("it-it", _("Italiano (Italian)")),
("fr-fr", _("Français (French)")),
("lt-lt", _("Lietuvių (Lithuanian)")),
("no-no", _("Norsk (Norwegian)")),
("pt-br", _("Português do Brasil (Brazilian Portuguese)")),
("pt-pt", _("Português Europeu (European Portuguese)")),
("zh-hans", _("简体中文 (Simplified Chinese)")),