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

Change subject: (bug 50561) Add 'Translation' namespace for ukwikisource
......................................................................


(bug 50561) Add 'Translation' namespace for ukwikisource

A new namespace Translation (Переклад) was added for Ukrainian Wikisource.

The canonical names were not set yet, as it seems to be not feasible for
the time being.

Bug: 50561
Change-Id: I9fd2957c6047144ff8236c2e3956e16efbd2a9b0
---
M wmf-config/InitialiseSettings.php
1 file changed, 7 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index b82be44..1e3eabb 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -3197,6 +3197,8 @@
                'Обговорення_Wikisource' => NS_PROJECT_TALK, // bug 48308
                'Author' => 102,  // bug 48308
                'Author_talk' => 103,
+               'Translation' => 114,  // bug 50561
+               'Translation_talk' => 115,
        ),
        '+ukwikivoyage' => array(
                'Portal' => 100,
@@ -3456,6 +3458,7 @@
        '+nowikisource' => array( 10 => 0 ),
        '+ruwikisource' => array( 10 => 0 ),
        '+trwikisource' => array( 10 => 0 ),
+       '+ukwikisource' => array( 114 => 1, 115 => 1 ), // bug 50561
        '+viwikisource' => array( 10 => 0 ),
        '+zhwikisource' => array( 10 => 0 ),
        // @}
@@ -5330,6 +5333,8 @@
                NS_PROJECT_TALK => 'Обговорення_Вікіджерел',
                102 => 'Автор', // Author
                103 => 'Обговорення_автора',
+               114 => 'Переклад', // bug 50561
+               115 => 'Обговорення_перекладу', // bug 50561
        ),
        'vecwikisource' => array(
                100 => 'Autor',
@@ -6425,6 +6430,7 @@
        '+tlwikibooks' => array( 100 => 1, 101 => 0 ),
        '+trwikisource' => array( 100 => 1 ),
        '+ukwikinews' => array( 14 => 1), // bug 49335
+       '+ukwikisource' => array( 114 => 1 ), // bug 50561
        '+vecwikisource' => array( 100 => 1, 104 => 1 ),
        '+viwikibooks' => array( 102 => 1, 104 => 1, 106 => 1 ),
        '+viwikisource' => array( 102 => 1, 106 => 1 ),
@@ -9113,6 +9119,7 @@
        '+tewikisource' => array( 102, 104, 106 ),
        '+trwikibooks' => array( 100, 110, ),
        '+trwikisource' => array( 100 ),
+       '+ukwikisource' => array( 114 ), // bug 50561
        '+vecwikisource' => array( 100, 102, 104 ),
        '+viwikibooks' => array( 104, 106 ),
        '+viwikisource' => array( 102, 104, 106 ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9fd2957c6047144ff8236c2e3956e16efbd2a9b0
Gerrit-PatchSet: 5
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: DixonD <[email protected]>
Gerrit-Reviewer: DixonD <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: 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