Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.i18n.php |
— | — | @@ -4,4 +4,13 @@ |
5 | 5 | |
6 | 6 | $messages['en'] = array( |
7 | 7 | '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 @@ |
10 | 10 | |
11 | 11 | //Info about me! |
12 | 12 | $wgExtensionCredits['other'][] = array( |
| 13 | + 'path' => __FILE__, |
13 | 14 | 'name' => 'LocalisationUpdate', |
14 | 15 | 'author' => 'Tom Maaswinkel', |
15 | 16 | 'version' => '0.1', |
— | — | @@ -500,4 +501,4 @@ |
501 | 502 | myLog(""); |
502 | 503 | |
503 | 504 | return $updates; |
504 | | -} |
\ No newline at end of file |
| 505 | +} |