jenkins-bot has submitted this change and it was merged.

Change subject: (bug 50007) Add 'Translation' namespace to English Wikisource
......................................................................


(bug 50007) Add 'Translation' namespace to English Wikisource

Adding this new namespace under no. 114 (115 for the corresponding
talk page namespace), enabling subpages for both and adding the
former to $wgContentNamespace. I'm also setting this new namespace
to be searched by default, all as requested in the bug.

Bug: 50007
Change-Id: Ib17903d6b85012f2297e117cdcfe5d82c61e4369
---
M wmf-config/InitialiseSettings.php
1 file changed, 7 insertions(+), 2 deletions(-)

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 3e3b111..0a8dc0d 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -3451,6 +3451,7 @@
        // Wikisource @{
        '+wikisource' => array( 0 => 1, 6 => 0, 8 => 0 ),
        '+cswikisource' => array( 14 => 1 ),
+       '+enwikisource' => array( 114 => 1, 115 => 1 ), // bug 50007
        '+huwikisource' => array( 10 => 0 ),
        '+nowikisource' => array( 10 => 0 ),
        '+ruwikisource' => array( 10 => 0 ),
@@ -4998,6 +4999,8 @@
        // @} end of Wikipedia
 
        // Wikisource wikis @{
+       // Please reserve NS 114 for 'Translation', thanks!
+
        'sourceswiki' => array(
                104 => 'Page',
                105 => 'Page_talk',
@@ -5015,6 +5018,8 @@
                105 => 'Page_talk',
                106 => 'Index',
                107 => 'Index_talk',
+               114 => 'Translation', // bug 50007
+               115 => 'Translation_talk', // bug 50007
        ),
        'arwikisource' => array(
                100 => 'بوابة',
@@ -6375,7 +6380,7 @@
        '+elwikisource' => array( 102 => 1 ),
        '+enwikibooks' => array( 4 => 1, 112 => 1 ),
        '+enwikinews' => array( 100 => 1, 101 => 0 ),
-       '+enwikisource' => array( 102 => 1, 106 => 1 ),
+       '+enwikisource' => array( 102 => 1, 106 => 1, 114 => 1 ), // bug 50007
        '+eswiki' => array( 100 => 1, 104 => 1 ),
        '+eswikisource' => array( 104 => 1 ),
        '+etwikisource' => array( 104 => 1, 106 => 1 ),
@@ -9073,7 +9078,7 @@
        '+dewikisource' => array( 102, 104 ),
        '+elwikisource' => array( 100, 102 ),
        '+enwikibooks' => array( 102, 110 ),
-       '+enwikisource' => array( 102, 104, 106 ),
+       '+enwikisource' => array( 102, 104, 106, 114 ), // bug 50007
        '+eswiki' => array( 104 ), // Bug 39866
        '+eswikisource' => array( 102, 104 ),
        '+etwikisource' => array( 102, 104, 106 ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib17903d6b85012f2297e117cdcfe5d82c61e4369
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <tom...@twkozlowski.net>
Gerrit-Reviewer: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to