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

Enable norsk translation. Closes #260

parent 8e269d50
No related branches found
No related tags found
1 merge request!264Resolve "Add translation for norsk bokmål (nb_NO)"
Pipeline #2067 passed
......@@ -276,6 +276,7 @@ LANGUAGES = [
("en", _("English")),
("de", _("German")),
("fr", _("French")),
("nb", _("Norsk (bokmål)")),
]
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