Add Slovenian language for frontend

See #303
This commit is contained in:
Michael Shamoon
2022-03-13 09:13:25 -07:00
parent 594445f6dd
commit d1c785d1d0
4 changed files with 11 additions and 1 deletions

View File

@@ -313,6 +313,7 @@ LANGUAGES = [
("pt-pt", _("Portuguese")),
("ro-ro", _("Romanian")),
("ru-ru", _("Russian")),
("sl-si", _("Slovenian")),
("sv-se", _("Swedish")),
]