r21200 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r21199‎ | r21200 | r21201 >
Date:15:10, 12 April 2007
Author:raymond
Status:old
Tags:
Comment:
* (bug 8599) Correct localized names of zh-variants
patch by Shinjiman
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/Names.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Names.php
@@ -276,17 +276,20 @@
277277 'xh' => 'isiXhosa', # Xhosan
278278 'yi' => 'ייִדיש', # Yiddish
279279 'yo' => 'Yorùbá', # Yoruba
 280+ 'yue' => '粵語', # Cantonese -- (bug 8217) yue instead of zh-yue, http://www.sil.org/iso639-3/codes.asp?order=639_3&letter=y
280281 'za' => '(Cuengh)', # Zhuang
281282 'zea' => 'Zeêuws', # Zealandic
282 - 'zh' => '中文', # (Zhōng Wén) - Chinese
283 - 'zh-cfr' => '閩南語', # Min-nan alias (site is at minnan)
284 - 'zh-classical' => '古文 / 文言文', # Classical Chinese/Literary Chinese
285 - 'zh-cn' => "\xE2\x80\xAA中文(简体)\xE2\x80\xAC", # Simplified
286 - 'zh-hk' => "\xE2\x80\xAA中文(繁體)\xE2\x80\xAC", # Traditional (Hong Kong)
287 - 'zh-min-nan' => 'Bân-lâm-gú', # Min-nan -- (see bug 8217)
288 - 'zh-sg' => "\xE2\x80\xAA中文(简体)\xE2\x80\xAC", # Simplified (Singapore)
289 - 'zh-tw' => "\xE2\x80\xAA中文(繁體)\xE2\x80\xAC", # Traditional
290 - 'zh-yue' => '粵語', # Cantonese
 283+ 'zh' => '中文', # (Zhōng Wén) - Chinese
 284+ 'zh-cfr' => '閩南語', # Min-nan alias (site is at minnan)
 285+ 'zh-classical' => '古文 / 文言文', # Classical Chinese/Literary Chinese
 286+ 'zh-cn' => "\xE2\x80\xAA中文(中国)\xE2\x80\xAC", # Chinese (PRC)
 287+ 'zh-hans' => '\xE2\x80\xAA中文(简体)\xE2\x80\xAC', # Chinese written using the Simplified Chinese script
 288+ 'zh-hant' => '\xE2\x80\xAA中文(繁體)\xE2\x80\xAC', # Chinese written using the Traditional Chinese script
 289+ 'zh-hk' => "\xE2\x80\xAA中文(香港)\xE2\x80\xAC", # Chinese (Hong Kong)
 290+ 'zh-min-nan' => 'Bân-lâm-gú', # Min-nan -- (see bug 8217)
 291+ 'zh-sg' => "\xE2\x80\xAA中文(新加坡)\xE2\x80\xAC", # Chinese (Singapore)
 292+ 'zh-tw' => "\xE2\x80\xAA中文(台灣)\xE2\x80\xAC", # Chinese (Taiwan)
 293+ 'zh-yue' => '粵語', # Cantonese -- (see bug 8217)
291294 'zu' => 'isiZulu' # Zulu
292295 );
293296 ?>
Index: trunk/phase3/RELEASE-NOTES
@@ -312,6 +312,7 @@
313313 * (bug 929, 4215) Expose "rcdays" user preference in Special:Preferences
314314 * (bug 9554) Extension-provided group name messages not used
315315 * (bug 9565) Translate template namespace name for Hindi (hi)
 316+* (bug 8599) Correct localized names of zh-variants
316317
317318 == Maintenance ==
318319

Follow-up revisions

RevisionCommit summaryAuthorDate
r21205* (bug 8599) Another correction of zh-variants...raymond21:42, 12 April 2007
r21312* (bug 8599) Updates of zh-cn and zh-tw...raymond05:05, 17 April 2007
r21320* (bug 8599) Update of zh-tw...raymond09:43, 17 April 2007
r21494Reapply predefined block reasons (r21200) after reworking:...raymond16:11, 23 April 2007