Page MenuHomePhabricator

Drop wikimedia-specific part from LanguageZh.php
Closed, ResolvedPublic

Description

$projecttable = array(

			'Wikipedia'       => '维基百科',
			'Wikisource'      => '维基文库',
			'Wikinews'        => '维基新闻',
			'Wiktionary'      => '维基词典',
			'Wikibooks'       => '维基教科书',
			'Wikiquote'       => '维基语录',
		);

This table shouldn't reside there.


Version: 1.17.x
Severity: enhancement

Details

Reference
bz23991

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:07 PM
bzimport set Reference to bz23991.
bzimport added a subscriber: Unknown Object (MLST).

A hook can be added there (or in class Language) and put these in [[mw:Extension:WikimediaMessages]].

It seems the array is not there anymore.

If someone fixed it, close this bug; if someone moved it to another file (LanguageZh*.php, MessageZh*.php, ZhConversion.php or somewhere else), please edit this bug to point to the new place.

Adding PhiLiP to CC list.

These project names are in the extension WikimediaMessages. Closing as FIXED.

PhiLiP.NPC wrote:

Already fixed in r69081.