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

Change subject: Configure two extra namespaces for zhwikisource
......................................................................


Configure two extra namespaces for zhwikisource

Adding the 'Translation' and 'Translation_talk'
namespaces (114 and 115, respectively) with two
aliases each; 114 should serve as a content
namespace and should be searched by default;
both namespaces should allow creating subpages.

See bug for details and a link to on-wiki
consensus for this change.

Bug: 64127
Change-Id: Ia1edac9ba1bb9d0e2ab9c8c88d302b957bc9850b
---
M wmf-config/InitialiseSettings.php
1 file changed, 11 insertions(+), 5 deletions(-)

Approvals:
  Greg Grossmeier: Looks good to me, but someone else must approve
  MaxSem: Looks good to me, approved
  Nemo bis: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 2854d8b..f8baff2 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -3418,8 +3418,12 @@
        ),
        '+zhwikisource' => array(
                '作者' => 102, // Author
-               '作者讨论' => 103, // Author talk
+               '作者讨论' => 103, // Author_talk
                '作者討論' => 103,
+               '翻譯' => 114, // bug 64127
+               '翻译' => 114, // bug 64127
+               '翻譯討論' => 115, // bug 64127
+               '翻译讨论' => 115, // bug 64127
        ),
        '+zhwikivoyage' => array( // bug 60122
                '维基导游' => NS_PROJECT,
@@ -3574,7 +3578,7 @@
        '+trwikisource' => array( 10 => 0 ),
        '+ukwikisource' => array( 114 => 1, 115 => 1 ), // bug 50561
        '+viwikisource' => array( 10 => 0 ),
-       '+zhwikisource' => array( 10 => 0 ),
+       '+zhwikisource' => array( 10 => 0, 114 => 1, 115 => 1 ), // bug 64127
        // @}
 
        // Wikiversity @{
@@ -5116,6 +5120,8 @@
                107 => 'Index_talk',
                108 => 'Transwiki', # Bug 40474
                109 => 'Transwiki_talk',
+               114 => 'Translation', // bug 64127
+               115 => 'Translation_talk', // bug 64127
        ),
        # @} end of wikisource wikis
 
@@ -6319,12 +6325,12 @@
        '+tewikisource' => array( 102 => 1, 106 => 1 ),
        '+tlwikibooks' => array( 100 => 1, 101 => 0 ),
        '+trwikisource' => array( 100 => 1 ),
-       '+ukwikinews' => array( 14 => 1), // bug 49335
+       '+ukwikinews' => array( 14 => 1 ), // bug 49335
        '+ukwikisource' => array( 102 => 1, 114 => 1, 252 => 1 ), // bug 50561, 
51684
        '+vecwikisource' => array( 100 => 1, 104 => 1 ),
        '+viwikibooks' => array( 102 => 1, 104 => 1, 106 => 1 ),
        '+viwikisource' => array( 102 => 1, 106 => 1 ),
-       '+zhwikisource' => array( 102 => 1, 106 => 1 ),
+       '+zhwikisource' => array( 102 => 1, 106 => 1, 114 => 1 ), // bug 64127
 ),
 # @} end of wgNamespacesToBeSearchedDefault
 
@@ -9310,7 +9316,7 @@
        '+vecwikisource' => array( 100, 102, 104 ),
        '+viwikibooks' => array( 104, 106 ),
        '+viwikisource' => array( 102, 104, 106 ),
-       '+zhwikisource' => array( 102, 104, 106 ),
+       '+zhwikisource' => array( 102, 104, 106, 114 ), // bug 64127
        '+dewikivoyage' => array( 104 ),
 ),
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia1edac9ba1bb9d0e2ab9c8c88d302b957bc9850b
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <twkozlow...@gmail.com>
Gerrit-Reviewer: Alolita <alolita.sha...@gmail.com>
Gerrit-Reviewer: Anomie <bjor...@wikimedia.org>
Gerrit-Reviewer: Deskana <dga...@wikimedia.org>
Gerrit-Reviewer: Divec <da...@sheetmusic.org.uk>
Gerrit-Reviewer: Greg Grossmeier <g...@wikimedia.org>
Gerrit-Reviewer: KartikMistry <kartik.mis...@gmail.com>
Gerrit-Reviewer: Liuxinyu970226 <541329...@qq.com>
Gerrit-Reviewer: Manybubbles <never...@wikimedia.org>
Gerrit-Reviewer: MaxSem <maxsem.w...@gmail.com>
Gerrit-Reviewer: Nemo bis <federicol...@tiscali.it>
Gerrit-Reviewer: Odder <twkozlow...@gmail.com>
Gerrit-Reviewer: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: Santhosh <santhosh.thottin...@gmail.com>
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