Reedy has submitted this change and it was merged.

Change subject: (bug 44164) Add 'Portal' and 'Author' namespaces to iswikisource
......................................................................


(bug 44164) Add 'Portal' and 'Author' namespaces to iswikisource

This commit adds two new namespaces to the Icelandic Wikisource:
* 'Gátt' and 'Gáttarspjall' as 100 and 101, with English aliases
'Portal' and 'Portal_talk', respectively;
* 'Höfundur' and 'Höfundarspjall' as 102 and 103, with English
aliases 'Author' and 'Author_talk';
* Both namespaces are set to be searched by default per request.

Bug: 44164
Change-Id: I594dd822034ea80c5a177384deefc9bc59d000bd
---
M wmf-config/InitialiseSettings.php
1 file changed, 13 insertions(+), 0 deletions(-)

Approvals:
  Reedy: Verified; Looks good to me, approved



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index ba296d6..a0313ff 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -2710,6 +2710,12 @@
        '+incubatorwiki' => array(
                'I' => NS_PROJECT,
        ),
+       '+iswikisource' => array(
+               'Portal' => 100, // Bug 44164
+               'Portal_talk' => 101, // Bug 44164
+               'Author' => 102, // Bug 44164
+               'Author_talk' => 103, // Bug 44164
+       ),
        '+iswiktionary' => array(
                'Wiktionary' => NS_PROJECT,
                'Wikiorðabókspjall' => 5, // changed 
http://bugzilla.wikimedia.org/show_bug.cgi?id=7754
@@ -5275,6 +5281,12 @@
                106 => 'Portal',
                107 => 'Pembicaraan_Portal',
        ),
+       'iswikisource' => array(
+               100 => 'Gátt', // Bug 44164
+               101 => 'Gáttarspjall', // Bug 44164
+               102 => 'Höfundur', // Bug 44164
+               103 => 'Höfundarspjall', // Bug 44164
+       ),
        'itwikisource' => array(
                102 => 'Autore',
                103 => 'Discussioni_autore',
@@ -6438,6 +6450,7 @@
        '+hywikisource' => array( 100 => 1, 106 => 1 ),
        '+idwikibooks' => array( 100 => 1, 102 => 1 ),
        '+idwikisource' => array( 100 => 1, 102 => 1 ),
+       '+iswikisource' => array( 100 => 1, 102 => 1 ), // Bug 44164
        '+itwikisource' => array( 102 => 1, 110 => 1 ),
        '+itwikivoyage' => array( 100 => 1, 104 => 1, 106 => 1 ),
        '+kowikisource' => array( 100 => 1 ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I594dd822034ea80c5a177384deefc9bc59d000bd
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to