Skip to content
Snippets Groups Projects
Verified Commit 87ef531d authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Enable french

parent bb2d1737
No related branches found
No related tags found
1 merge request!234Enable french
Pipeline #1746 failed
......@@ -262,6 +262,7 @@ AUTHENTICATION_BACKENDS.append("django.contrib.auth.backends.ModelBackend")
LANGUAGES = [
("de", _("German")),
("en", _("English")),
("fr", _("French")),
]
LANGUAGE_CODE = _settings.get("l10n.lang", "en")
TIME_ZONE = _settings.get("l10n.tz", "UTC")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment