diff --git a/aleksis/core/locale/ar/LC_MESSAGES/django.po b/aleksis/core/locale/ar/LC_MESSAGES/django.po
index d6b9534839bbeefdb2d39eb8c7256ee3e0fc5251..92ad8782664c5f8ec329b96d4054bdc057596d40 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 ec91e7fa08685e879d5a79d058822787b0f1c084..e59806834f65d4acced6f3adea79b24ccf3b2f3f 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 cb852c3d01c827640d82d180bd99fde275363d7a..d800a36f8aa7db3f7279e2ddfc496e3a4f10ff8f 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 37cb96d070be3f09b45b2789de2d6ead57d3ec6e..0fe692359d53218a555763890f363f7c9ed9e382 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 218fb6539f835db4c9c5ff7d5e845850ab9d8624..6cfc5ee7e1a2e39ea35727fd66d5bd22d8e8b235 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 218fb6539f835db4c9c5ff7d5e845850ab9d8624..d1efaccfa330d6f6989f9baf39bca163cd3cadf2 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 cf5adee484c91c5bc96ddf76d24f48a65f331e86..804eebf5c8c1073542dcd8535f16b256ea71d733 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")