Skip to content
Snippets Groups Projects
Commit 8fc2598e authored by Kevin Chung's avatar Kevin Chung
Browse files

Add new language constants (Swedish pending)

parent 3f7a8280
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,11 @@ class Languages(str, RawEnum):
ITALIAN = "it"
VIETNAMESE = "vi"
CATALAN = "ca"
GREEK = "el"
FINNISH = "fi"
ROMANIAN = "ro"
SLOVENIAN = "sl"
# SWEDISH = "sv"
LANGUAGE_NAMES = {
......@@ -37,6 +42,11 @@ LANGUAGE_NAMES = {
"it": "Italiano",
"vi": "tiếng Việt",
"ca": "Català",
"el": "Ελληνικά",
"fi": "Suomi",
"ro": "Română",
"sl": "Slovenščina",
# "sv": "Svenska",
}
SELECT_LANGUAGE_LIST = [("", "")] + [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment