mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-30 18:22:38 +02:00
Add Greek, Esperanto, Italian and Swedish to default languages
This commit is contained in:
parent
82f3f067ef
commit
bb047f1596
1 changed files with 5 additions and 1 deletions
|
@ -10,20 +10,24 @@ ALLOW_PUBLIC_PROJECT_CREATION = True
|
|||
ACTIVATE_ADMIN_DASHBOARD = False
|
||||
SUPPORTED_LANGUAGES = [
|
||||
"de",
|
||||
"el",
|
||||
"en",
|
||||
"eo",
|
||||
"es_419",
|
||||
"fr",
|
||||
"hi",
|
||||
"id",
|
||||
"it",
|
||||
"ja",
|
||||
"nb_NO",
|
||||
"nl",
|
||||
"pl",
|
||||
"pt",
|
||||
"pt_BR",
|
||||
"ru",
|
||||
"sv",
|
||||
"ta",
|
||||
"tr",
|
||||
"uk",
|
||||
"zh_Hans",
|
||||
"ja",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue