From 0d82d154476bbc6adbd015072c6c90616ea8cdea Mon Sep 17 00:00:00 2001 From: Fomafix Date: Thu, 9 Mar 2017 09:11:38 +0100 Subject: [PATCH] =?utf8?q?Rename=20autonym=20for=20'no'=20from=20'norsk=20?= =?utf8?q?bokm=C3=A5l'=20to=20'norsk'?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 'no' is the language code for the macro language Norwegian with the autonym 'norsk'. * 'nb' is the language code for the language Norwegian Bokmål with the autonym 'norsk bokmål'. * 'nn' is the language code for the language Norwegian Nynorsk with the autonym 'norsk nynorsk'. 'no' falls back to 'nb'. Change-Id: Ieff4ff4ecdce20ce65a818612af90815121d70d3 --- languages/data/Names.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/data/Names.php b/languages/data/Names.php index 1c350d065d..725fffea4d 100644 --- a/languages/data/Names.php +++ b/languages/data/Names.php @@ -311,7 +311,7 @@ class Names { 'nl' => 'Nederlands', # Dutch 'nl-informal' => "Nederlands (informeel)\xE2\x80\x8E", # Dutch (informal address ("je")) 'nn' => 'norsk nynorsk', # Norwegian (Nynorsk) - 'no' => 'norsk bokmål', # Norwegian (falls back to nb). + 'no' => 'norsk', # Norwegian macro language (falls back to nb). 'nov' => 'Novial', # Novial 'nrm' => 'Nouormand', # Norman 'nso' => 'Sesotho sa Leboa', # Northern Sotho -- 2.20.1