Add spanish locale

This commit is contained in:
jonaswinkler
2021-03-14 13:34:14 +01:00
parent f394636dc0
commit 959f39d843
6 changed files with 24 additions and 14 deletions

View File

@@ -303,7 +303,8 @@ LANGUAGES = [
("pt-br", _("Portuguese (Brazil)")),
("it-it", _("Italian")),
("ro-ro", _("Romanian")),
("ru-ru", _("Russian"))
("ru-ru", _("Russian")),
("es-es", _("Spanish"))
]
LOCALE_PATHS = [