r50805 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50804‎ | r50805 | r50806 >
Date:01:59, 20 May 2009
Author:shinjiman
Status:ok
Tags:
Comment:
Localisation updates Cantonese and Chinese for extension messages
Modified paths:
  • /trunk/extensions/LocalisationUpdate/LocalisationUpdate.i18n.php (modified) (history)
  • /trunk/extensions/LocalisationUpdate/LocalisationUpdate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.i18n.php
@@ -4,4 +4,13 @@
55
66 $messages['en'] = array(
77 'localisationupdate-desc' => 'Extension to keep the localized messages as up to date as possible',
8 -);
\ No newline at end of file
 8+
 9+$messages['yue'] = array(
 10+ 'localisationupdate-desc' => '一個擴展將本地化嘅信息保持最新',
 11+
 12+$messages['zh-hans'] = array(
 13+ 'localisationupdate-desc' => '一个扩展将本地化的信息保持最新',
 14+
 15+$messages['zh-hant'] = array(
 16+ 'localisationupdate-desc' => '一個擴展將本地化的信息保持最新',
 17+);
Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.php
@@ -9,6 +9,7 @@
1010
1111 //Info about me!
1212 $wgExtensionCredits['other'][] = array(
 13+ 'path' => __FILE__,
1314 'name' => 'LocalisationUpdate',
1415 'author' => 'Tom Maaswinkel',
1516 'version' => '0.1',
@@ -500,4 +501,4 @@
501502 myLog("");
502503
503504 return $updates;
504 -}
\ No newline at end of file
 505+}

Status & tagging log