Skip to content
Snippets Groups Projects
Commit 0cbb34f9 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'translation-source-fix' into 'master'

Fix translation source

See merge request AlekSIS/official/AlekSIS!344
parents 29428e7b 737f61f9
Branches
Tags
1 merge request!344Fix translation source
Pipeline #3272 failed
......@@ -674,7 +674,7 @@ msgid "French"
msgstr ""
#: settings.py:303
msgid "Norsk (bokmål)"
msgid "Norwegian (bokmål)"
msgstr ""
#: tables.py:19 templates/core/announcement/list.html:36
......
......@@ -676,8 +676,8 @@ msgid "French"
msgstr "Französisch"
#: settings.py:303
msgid "Norsk (bokmål)"
msgstr ""
msgid "Norwegian (bokmål)"
msgstr "Norwegisch (bokmål)"
#: tables.py:19 templates/core/announcement/list.html:36
#: templates/core/group/full.html:23 templates/core/person/full.html:22
......
......@@ -718,7 +718,7 @@ msgid "French"
msgstr ""
#: settings.py:303
msgid "Norsk (bokmål)"
msgid "Norwegian (bokmål)"
msgstr ""
#: tables.py:19 templates/core/announcement/list.html:36
......
......@@ -748,7 +748,7 @@ msgid "French"
msgstr ""
#: settings.py:303
msgid "Norsk (bokmål)"
msgid "Norwegian (bokmål)"
msgstr ""
#: tables.py:19 templates/core/announcement/list.html:36
......
......@@ -673,8 +673,8 @@ msgid "French"
msgstr ""
#: settings.py:303
msgid "Norsk (bokmål)"
msgstr ""
msgid "Norwegian (bokmål)"
msgstr "Norsk (bokmål)"
#: tables.py:19 templates/core/announcement/list.html:36
#: templates/core/group/full.html:23 templates/core/person/full.html:22
......
......@@ -673,7 +673,7 @@ msgid "French"
msgstr ""
#: settings.py:303
msgid "Norsk (bokmål)"
msgid "Norwegian (bokmål)"
msgstr ""
#: tables.py:19 templates/core/announcement/list.html:36
......
......@@ -300,7 +300,7 @@ LANGUAGES = [
("en", _("English")),
("de", _("German")),
("fr", _("French")),
("nb", _("Norsk (bokmål)")),
("nb", _("Norwegian (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.
Please register or to comment