From 1a6c29f45c70cc513b8e5c9f51c4c766b5fb773b Mon Sep 17 00:00:00 2001 From: Christian Wach Date: Tue, 12 Oct 2021 22:45:16 +0100 Subject: [PATCH] =?UTF-8?q?Repair=20"Norwegian=20Bokm=C3=A5l"=20string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/langs.php | 4 ++-- xml/templates/languages.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/langs.php b/install/langs.php index 425de4a889a9..0b98de24519f 100644 --- a/install/langs.php +++ b/install/langs.php @@ -29,7 +29,7 @@ 'ja_JP' => 'Japanese', 'km_KH' => 'Khmer', 'lt_LT' => 'Lithuanian', - 'nb_NO' => 'Norwegian BokmÃ¥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 +); diff --git a/xml/templates/languages.tpl b/xml/templates/languages.tpl index 72b02d554eff..ee45a4ef8b78 100644 --- a/xml/templates/languages.tpl +++ b/xml/templates/languages.tpl @@ -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Ã¥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),