From 737f61f9776b2cae2cd3a8aeb28bfdaa0ca289b3 Mon Sep 17 00:00:00 2001 From: magicfelix <felix@felix-zauberer.de> Date: Wed, 5 Aug 2020 11:53:52 +0200 Subject: [PATCH] Fix translation source --- aleksis/core/locale/ar/LC_MESSAGES/django.po | 2 +- aleksis/core/locale/de_DE/LC_MESSAGES/django.po | 4 ++-- aleksis/core/locale/fr/LC_MESSAGES/django.po | 2 +- aleksis/core/locale/la/LC_MESSAGES/django.po | 2 +- aleksis/core/locale/nb_NO/LC_MESSAGES/django.po | 4 ++-- aleksis/core/locale/tr_TR/LC_MESSAGES/django.po | 2 +- aleksis/core/settings.py | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aleksis/core/locale/ar/LC_MESSAGES/django.po b/aleksis/core/locale/ar/LC_MESSAGES/django.po index d6b953483..92ad87826 100644 --- a/aleksis/core/locale/ar/LC_MESSAGES/django.po +++ b/aleksis/core/locale/ar/LC_MESSAGES/django.po @@ -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 diff --git a/aleksis/core/locale/de_DE/LC_MESSAGES/django.po b/aleksis/core/locale/de_DE/LC_MESSAGES/django.po index ec91e7fa0..e59806834 100644 --- a/aleksis/core/locale/de_DE/LC_MESSAGES/django.po +++ b/aleksis/core/locale/de_DE/LC_MESSAGES/django.po @@ -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 diff --git a/aleksis/core/locale/fr/LC_MESSAGES/django.po b/aleksis/core/locale/fr/LC_MESSAGES/django.po index cb852c3d0..d800a36f8 100644 --- a/aleksis/core/locale/fr/LC_MESSAGES/django.po +++ b/aleksis/core/locale/fr/LC_MESSAGES/django.po @@ -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 diff --git a/aleksis/core/locale/la/LC_MESSAGES/django.po b/aleksis/core/locale/la/LC_MESSAGES/django.po index 37cb96d07..0fe692359 100644 --- a/aleksis/core/locale/la/LC_MESSAGES/django.po +++ b/aleksis/core/locale/la/LC_MESSAGES/django.po @@ -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 diff --git a/aleksis/core/locale/nb_NO/LC_MESSAGES/django.po b/aleksis/core/locale/nb_NO/LC_MESSAGES/django.po index 218fb6539..6cfc5ee7e 100644 --- a/aleksis/core/locale/nb_NO/LC_MESSAGES/django.po +++ b/aleksis/core/locale/nb_NO/LC_MESSAGES/django.po @@ -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 diff --git a/aleksis/core/locale/tr_TR/LC_MESSAGES/django.po b/aleksis/core/locale/tr_TR/LC_MESSAGES/django.po index 218fb6539..d1efaccfa 100644 --- a/aleksis/core/locale/tr_TR/LC_MESSAGES/django.po +++ b/aleksis/core/locale/tr_TR/LC_MESSAGES/django.po @@ -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 diff --git a/aleksis/core/settings.py b/aleksis/core/settings.py index cf5adee48..804eebf5c 100644 --- a/aleksis/core/settings.py +++ b/aleksis/core/settings.py @@ -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") -- GitLab