We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6881fb + 71f2f61 commit be2f97eCopy full SHA for be2f97e
1 file changed
ansible/roles/hypha/templates/local_settings.py.jinja2
@@ -14,6 +14,6 @@ SUBMISSIONS_DRAFT_ACCESS_STAFF_ADMIN = True
14
15
CURRENCY_CODE = "EUR"
16
CURRENCY_SYMBOL = "€"
17
-LANGUAGES = [("en", "English"), ("de", "Deutsch")]
+LANGUAGES = [("de", "Deutsch")]
18
LANGUAGE_CODE = "de"
19
-LANGUAGE_SWITCHER = True
+LANGUAGE_SWITCHER = False
0 commit comments