jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/349863 )

Change subject: Fix language code for Norwegian
......................................................................


Fix language code for Norwegian

Bug: T163647
Change-Id: Ie1ecd81bd2ac088ae6ae2ea1246ddd244b92c20a
---
M ProofreadPage.namespaces.php
1 file changed, 8 insertions(+), 8 deletions(-)

Approvals:
  jenkins-bot: Verified
  Tpt: Looks good to me, approved



diff --git a/ProofreadPage.namespaces.php b/ProofreadPage.namespaces.php
index ed601c7..f82dbb0 100644
--- a/ProofreadPage.namespaces.php
+++ b/ProofreadPage.namespaces.php
@@ -274,20 +274,20 @@
        'index_talk' =>  'अनुक्रमणिका_चर्चा'
 ];
 
+/** Norwegian (bokmål)‬ (‪norsk (bokmål)‬) */
+$proofreadPageNamespacesNames['nb'] = [
+       'page' => 'Side',
+       'page_talk' => 'Sidediskusjon',
+       'index' => 'Indeks',
+       'index_talk' => 'Indeksdiskusjon'
+];
+
 /** Dutch (Nederlands) */
 $proofreadPageNamespacesNames['nl'] = [
        'page' => 'Pagina',
        'page_talk' => 'Overleg_pagina',
        'index' => 'Index',
        'index_talk' => 'Overleg_index'
-];
-
-/** Norwegian (bokmål)‬ (‪norsk (bokmål)‬) */
-$proofreadPageNamespacesNames['no'] = [
-       'page' => 'Side',
-       'page_talk' => 'Sidediskusjon',
-       'index' => 'Indeks',
-       'index_talk' => 'Indeksdiskusjon'
 ];
 
 /** Oriya (ଓଡ଼ିଆ) */

-- 
To view, visit https://gerrit.wikimedia.org/r/349863
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie1ecd81bd2ac088ae6ae2ea1246ddd244b92c20a
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ProofreadPage
Gerrit-Branch: master
Gerrit-Owner: Dereckson <[email protected]>
Gerrit-Reviewer: Tpt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
Gerrit-Reviewer: saper <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to