Repair "Norwegian Bokmål" string
authorChristian Wach <needle@haystack.co.uk>
Tue, 12 Oct 2021 21:45:16 +0000 (22:45 +0100)
committerChristian Wach <needle@haystack.co.uk>
Tue, 12 Oct 2021 21:45:16 +0000 (22:45 +0100)
install/langs.php
xml/templates/languages.tpl

index 425de4a889a9ef5df7705db1e959419881a0f119..0b98de24519f6b80c193003efdc30d2308a4e8c1 100644 (file)
@@ -29,7 +29,7 @@
   'ja_JP' => 'Japanese',
   'km_KH' => 'Khmer',
   'lt_LT' => 'Lithuanian',
-  'nb_NO' => 'Norwegian BokmÃ\83Â¥l',
+  'nb_NO' => 'Norwegian Bokmål',
   'fa_IR' => 'Persian (Iran)',
   'pl_PL' => 'Polish',
   'pt_BR' => 'Portuguese (Brazil)',
@@ -48,4 +48,4 @@
   'tr_TR' => 'Turkish',
   'uk_UA' => 'Ukrainian',
   'vi_VN' => 'Vietnamese',
-);
\ No newline at end of file
+);
index 72b02d554effbbaea919ca8ee1ad1a68e3935761..ee45a4ef8b785d2c4f81872eb905f544021da717 100644 (file)
@@ -133,7 +133,7 @@ VALUES
   (@option_group_id_languages, 0, 0, 'mn_MN', 'mn', {localize}'{ts escape="sql"}Mongolian{/ts}'{/localize}, @counter := @counter + 1),
   (@option_group_id_languages, 0, 0, 'na_NR', 'na', {localize}'{ts escape="sql"}Nauru{/ts}'{/localize}, @counter := @counter + 1),
   (@option_group_id_languages, 0, 0, 'nv_US', 'nv', {localize}'{ts escape="sql"}Navajo, Navaho{/ts}'{/localize}, @counter := @counter + 1),
-  (@option_group_id_languages, 0, 1, 'nb_NO', 'nb', {localize}'{ts escape="sql"}Norwegian BokmÃ\83Â¥l{/ts}'{/localize}, @counter := @counter + 1),
+  (@option_group_id_languages, 0, 1, 'nb_NO', 'nb', {localize}'{ts escape="sql"}Norwegian Bokmål{/ts}'{/localize}, @counter := @counter + 1),
   (@option_group_id_languages, 0, 0, 'nd_ZW', 'nd', {localize}'{ts escape="sql"}North Ndebele{/ts}'{/localize}, @counter := @counter + 1),
   (@option_group_id_languages, 0, 0, 'ne_NP', 'ne', {localize}'{ts escape="sql"}Nepali{/ts}'{/localize}, @counter := @counter + 1),
   (@option_group_id_languages, 0, 0, 'ng_NA', 'ng', {localize}'{ts escape="sql"}Ndonga{/ts}'{/localize}, @counter := @counter + 1),