Page MenuHomePhabricator

Project & File namespaces renaming for udm.wikipedia
Closed, ResolvedPublic

Description

Please rename $wgSitename and two namespaces at the Udmurt Wikipedia (udm.wikipedia.org):

  1. Project namespace should be renamed from "Wikipedia" to "Википедия"

Also need rename $wgSitename variable by these same way.

This follows by using cyrillic alphabet; see also project's logo - http://commons.wikimedia.org/wiki/File:Wikipedia-logo-v2-udm.svg .

Target settings should be:
'Википедия' => NS_PROJECT,
'Википедия_сярысь_вераськон' => NS_PROJECT_TALK,

  1. File namespace should be renamed from "Суред" to "Файл" ("Суред" means "Image").

Target settings should be:
'Файл' => NS_FILE,
'Файл_сярысь_вераськон' => NS_FILE_TALK,

Related change at the translatewiki.net are completed: http://translatewiki.net/w/i.php?language=udm&module=namespace&title=Special%3AAdvancedTranslate


Community was informed about this request; off-wiki consensus are exist: http://udm.wikipedia.org/w/index.php?oldid=94383#.D0.9F.D0.B5.D1.80.D0.B5.D0.B8.D0.BC.D0.B5.D0.BD.D0.BE.D0.B2.D0.B0.D0.BD.D0.B8.D0.B5_.D0.BF.D1.80.D0.BE.D1.81.D1.82.D1.80.D0.B0.D0.BD.D1.81.D1.82.D0.B2_.D0.B8.D0.BC.D1.91.D0.BD


Version: wmf-deployment
Severity: enhancement

Details

Reference
bz47820

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:19 AM
bzimport set Reference to bz47820.

PS: Please also keeping old names as aliaces:

$wgNamespaceAliases =

array(

'Wikipedia' => NS_PROJECT,
'Wikipedia_сярысь_вераськон' => NS_PROJECT_TALK,
'Суред' => NS_FILE,
'Суред_сярысь_вераськон' => NS_FILE_TALK,

);

No objection ;) Please, do it!

Related URL: https://gerrit.wikimedia.org/r/62197 (Gerrit Change Id5b0b82839392dfd9ae51119e2ab2d51b13938e3)

https://gerrit.wikimedia.org/r/62197 (Gerrit Change Id5b0b82839392dfd9ae51119e2ab2d51b13938e3) | change APPROVED and MERGED [by Reedy]

The request is now partially done—you only need to wait until the translations provided in Translatewiki are migrated into the core repository (I have no idea how long it make take, though).

Was affected successfully:

  1. {{SITENAME}}
  2. NS_PROJECT_TALK

_Not_ affected:

  1. NS_PROJECT
  2. NS_FILE
  3. NS_FILE_TALK

Okay, NS_FILE and NS_FILE_TALK should be changed through TranslateWiki (I am initiating this case). But adding namespace aliaces (see Comment #1) should be doing by this bug.

Also NS_PROJECT was not be changed (see http://udm.wikipedia.org/w/index.php?title=Special:AllPages&from=&to=&namespace=4).

Related URL: https://gerrit.wikimedia.org/r/62244 (Gerrit Change I7e09fb8d2ff72e20b9d0bae45e51cf3c78981222)

Sorry, I shouldn't have missed that :-/

Hmm, but

'Wikipedia' => NS_PROJECT,

was still not be added into aliaces for udmwiki. Why?

Also 'Суред' and 'Суред_сярысь_вераськон' is current names, but after exporting actual language file these should be keeping as aliases. Maybe add their preliminarily?

That's because 'Wikipedia' is added as an alias for NS_PROJECT for all Wikipedia projects:

'wgNamespaceAliases' => array(
  // defaults to aid when things are switched
  (...)
  '+wikipedia' => array( 'Wikipedia' => NS_PROJECT ),

As far as I am told, the former names for the NS_FILE and NS_FILE_TALK namespaces will be added as aliases by Translatewiki staff when they update the MessagesUdm.php file. Don't worry.

https://gerrit.wikimedia.org/r/62244 (Gerrit Change I7e09fb8d2ff72e20b9d0bae45e51cf3c78981222) | change APPROVED and MERGED [by Reedy]

Marking resolved. Remaining "work" is on translatewiki. Might need to poke Siebrand/Raymond to make sure they get exported

NS_PROJECT was renamed succesfully.