Odder has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/62197


Change subject: (bug 47820) Change $wgSitename and NS_PROJECT_TALK for udmwiki
......................................................................

(bug 47820) Change $wgSitename and NS_PROJECT_TALK for udmwiki

This commit does the following things:
* (1) It renames $wgSitename for udmwiki from the default 'Wikipedia'
into a localised version in Udmurt;
* (2) It renames NS_PROJECT_TALK from the current half-translated
version into a correct one, fully translated;
* (3) It provides an alias for the current ('old') name of this
namespace not to break existing links.

Even though the bug mentions other namespaces (NS_FILE and
NS_FILE_TALK), there is no need to update them here, as translations
are managed on Translatewiki.

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


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index b282359..c2b965d 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -1619,6 +1619,7 @@
        'trwikisource'  => 'Vikikaynak', // Bug 42721
        'trwiktionary'  => 'Vikisözlük',
        'uawikimedia'   => 'Вікімедіа_Україна',
+       'udmwiki'       => 'Википедия', // Bug 47820
        'ukwiki'        => 'Вікіпедія',
        'ukwikibooks'   => 'Вікіпідручник',
        'ukwikimedia'   => 'Wikimedia UK', # Andrew 2009-04-27 Private request 
of current board member
@@ -3263,6 +3264,9 @@
                'ВП' => NS_PROJECT,
                'Wikipedia' => NS_PROJECT,
                'Wikipedia_talk' => NS_PROJECT_TALK,
+       ),
+       '+udmwiki' => array(
+               'Wikipedia_сярысь_вераськон' => NS_PROJECT_TALK, // Bug 47820
        ),
        '+ukwiki' => array(
                'ВП' => NS_PROJECT,
@@ -5047,6 +5051,9 @@
        100 => 'Портал',
        101 => 'Портал_бәхәсе',
        ),
+       'udmwiki' => array(
+               NS_PROJECT_TALK => 'Википедия_сярысь_вераськон', // Bug 47820
+       ),
        'ukwiki' => array( 100 => 'Портал', 101 => 'Обговорення_порталу' ),
        'urwiki' => array(
                100 => 'باب', // Portal - bug 19569

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5b0b82839392dfd9ae51119e2ab2d51b13938e3
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to