Discussion:
[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Add Translation NS for kowikisource
Revi (Code Review)
2017-12-31 11:56:06 UTC
Permalink
Revi has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/401174 )

Change subject: Add Translation NS for kowikisource
......................................................................

Add Translation NS for kowikisource

Add 번역 and 번역토론 (respectively Translation and Translation_talk
in English) to kowikisource, and add them to content NS, and let them
be searched by default. Fixes T183836.

Bug: T183836
Change-Id: I275914c610ce5b3ef1502d84a7d611f6f4708180
Signed-off-by: Yongmin Hong <***@pobox.com>
---
M wmf-config/InitialiseSettings.php
1 file changed, 4 insertions(+), 2 deletions(-)


git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/74/401174/1

diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php
index 7c00204..6cef332 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -6288,6 +6288,8 @@
101 => '저자토론',
102 => '포털', // T71522
103 => '포털토론',
+ 114 => '번역', // T183836, Translation
+ 115 => '번역토론', // T183836, Traslation talk
],
'lawikisource' => [
102 => 'Scriptor',
@@ -7731,7 +7733,7 @@
'+itwikisource' => [ 102 => 1, 110 => 1 ],
'+itwikiversity' => [ 100 => 1, 102 => 1, 104 => 1 ], // T114932
'+itwikivoyage' => [ 100 => 1, 104 => 1, 106 => 1 ],
- '+kowikisource' => [ 100 => 1 ],
+ '+kowikisource' => [ 100 => 1, 114 => 1 ], // T183836 for 114
'+lawikisource' => [ 102 => 1, 106 => 1 ],
'+wikitech' => [ 12 => 1, 116 => 1, 498 => 1 ],
'+ltwiki' => [ 100 => 1 ],
@@ -12065,7 +12067,7 @@
'+idwikisource' => [ 100 ],
'+itwikisource' => [ 102 ],
'+itwikivoyage' => [ 100, 104 ], // T57620
- '+kowikisource' => [ 100 ],
+ '+kowikisource' => [ 100, 114 ], // T183836 for 114
'+lawikisource' => [ 102 ],
'+ltwikipedia' => [ 104 ], // T144118
'+mediawikiwiki' => [ 100, 102, 104, 106 ], // Manuals, extensions, Api & skin - T86391
--
To view, visit https://gerrit.wikimedia.org/r/401174
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I275914c610ce5b3ef1502d84a7d611f6f4708180
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Revi <***@ymhong.com>
Loading...