Skip to content

Commit

Permalink
Enable new languages to match master: Polish, Chinese, Turkish, Ukrai…
Browse files Browse the repository at this point in the history
…nian
  • Loading branch information
Baptiste Jonglez authored and zorun committed Jun 7, 2020
1 parent e8f36d3 commit b690e48
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion ihatemoney/default_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,17 @@
ADMIN_PASSWORD = ""
ALLOW_PUBLIC_PROJECT_CREATION = True
ACTIVATE_ADMIN_DASHBOARD = False
SUPPORTED_LANGUAGES = ["en", "fr", "de", "nl", "es_419", "nb_NO", "id", "ru"]
SUPPORTED_LANGUAGES = [
"de",
"en",
"es_419",
"fr",
"id",
"nb_NO",
"nl",
"pl",
"ru",
"tr",
"uk",
"zh_Hans",
]

0 comments on commit b690e48

Please sign in to comment.