r51619 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51618‎ | r51619 | r51620 >
Date:23:23, 8 June 2009
Author:purodha
Status:deferred
Tags:
Comment:
Localisation update: qqq, de, ksh.
Modified paths:
  • /trunk/extensions/LocalisationUpdate/LocalisationUpdate.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.i18n.php
@@ -15,14 +15,46 @@
1616 'localisationupdate-desc' => 'Keeps the localised messages as up to date as possible',
1717 );
1818
 19+/** Message Documentation
 20+ * @author Purodha
 21+ */
 22+$messages['qqq'] = array(
 23+ 'localisationupdate-desc' => 'This is a short description of the extension.
 24+It is shown on [[SPECIAL:Version]].
 25+Do not translate tag names, or link targets.',
 26+);
 27+
 28+/** German
 29+ * @author Purodha
 30+ */
 31+$messages['de'] = array(
 32+ 'localisationupdate-desc' => 'Lokalisierte Texte und Nachrichten möglichst aktuell halten',
 33+);
 34+
 35+/** Ripuarian
 36+ * @author Purodha
 37+ */
 38+$messages['ksh'] = array(
 39+ 'localisationupdate-desc' => 'Texte un Nohreeschte vum Wiki esu joot wi müjjelich om neueste Shtand halde',
 40+);
 41+
 42+/** Cantonese
 43+ * @author Tom Maaswinkel
 44+ */
1945 $messages['yue'] = array(
2046 'localisationupdate-desc' => '將本地化嘅信息保持最新',
2147 );
2248
 49+/** Chinese (simplified)
 50+ * @author Tom Maaswinkel
 51+ */
2352 $messages['zh-hans'] = array(
2453 'localisationupdate-desc' => '将本地化的信息保持最新',
2554 );
2655
 56+/** Chinese (Tranditional)
 57+ * @author Tom Maaswinkel
 58+ */
2759 $messages['zh-hant'] = array(
2860 'localisationupdate-desc' => '將本地化的信息保持最新',
2961 );

Status & tagging log