Reedy has submitted this change and it was merged.

Change subject: (bug 46153) Subject namespace to thwikibooks, change wgSitename
......................................................................


(bug 46153) Subject namespace to thwikibooks, change wgSitename

This commit does two things:
* (1) Adds 102 and 103 ('Subject' and 'Subject_talk') namespaces
to thwikibooks, with their appropriate Thai names, as requested.
* (2) Changes wgSitename into 'วิกิตำรา'.

Change-Id: Ic0fd7aee1e35b07f5e907f53bb303414c622b8f7
---
M wmf-config/InitialiseSettings.php
1 file changed, 7 insertions(+), 1 deletion(-)

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index e1fff8c..5d293e2 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -1604,6 +1604,7 @@
        'tenwiki'       => 'Wikipedia 10',
        'tgwiki'        => 'Википедиа',
        'thwiki'        => 'วิกิพีเดีย',
+       'thwikibooks'   => 'วิกิตำรา', // Bug 46153
        'thwikiquote'   => 'วิกิคำคม',
        'thwikisource'  => 'วิกิซอร์ซ',
        'tkwiki'        => 'Wikipediýa',
@@ -3220,6 +3221,8 @@
        '+thwikibooks' => array(
                'Wikibooks' => NS_PROJECT,                  // Bug 40717
                'คุยเรื่องWikibooks' => NS_PROJECT_TALK,
+               'Subject' => 102, // Bug 46153
+               'Subject_talk' => 103, // Bug 46153
        ),
        '+thwiktionary' => array(
                'Wiktionary' => NS_PROJECT,                 // Bug 40717
@@ -5754,7 +5757,10 @@
                102 => 'Кувар',
                103 => 'Разговор_о_кувару'
        ),
-
+       'thwikibooks' => array(
+               102 => 'หัวเรื่อง', // Bug 46153
+               103 => 'คุยเรื่องหัวเรื่อง', // Bug 46153
+       ),
        'tlwikibooks' => array(
                100 => 'Pagluluto',
                101 => 'Usapang_pagluluto',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic0fd7aee1e35b07f5e907f53bb303414c622b8f7
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