aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzorun <github@bitsofnetworks.org>2020-04-25 11:48:32 +0200
committerGitHub <noreply@github.com>2020-04-25 11:48:32 +0200
commitd0fa723877b78e2cac264c3d7b0b1f430bc05a6c (patch)
tree805dc8b5b94a925be8c26b90ace35f214ba5198f
parent10c35e41ce7ef79ff3593b85aebac03e43eb4445 (diff)
downloadihatemoney-mirror-d0fa723877b78e2cac264c3d7b0b1f430bc05a6c.zip
ihatemoney-mirror-d0fa723877b78e2cac264c3d7b0b1f430bc05a6c.tar.gz
ihatemoney-mirror-d0fa723877b78e2cac264c3d7b0b1f430bc05a6c.tar.bz2
Add Indonesian and Norwegian to the list of supported languages (#572)
According to https://hosted.weblate.org/projects/i-hate-money/i-hate-money/ these translations are almost complete (69% and 58% currently, but that's because there have been lots of new strings to translate recently) Co-authored-by: Baptiste Jonglez <git@bitsofnetworks.org>
-rw-r--r--ihatemoney/default_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/default_settings.py b/ihatemoney/default_settings.py
index 7ce4422..4895ab9 100644
--- a/ihatemoney/default_settings.py
+++ b/ihatemoney/default_settings.py
@@ -8,4 +8,4 @@ ACTIVATE_DEMO_PROJECT = True
ADMIN_PASSWORD = ""
ALLOW_PUBLIC_PROJECT_CREATION = True
ACTIVATE_ADMIN_DASHBOARD = False
-SUPPORTED_LANGUAGES = ["en", "fr", "de", "nl", "es_419"]
+SUPPORTED_LANGUAGES = ["en", "fr", "de", "nl", "es_419", "nb_NO", "id"]