r75535 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75534‎ | r75535 | r75536 >
Date:12:41, 27 October 2010
Author:raymond
Status:ok
Tags:
Comment:
Cleanup i18n file
Add extension to Translatewiki
Modified paths:
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)
  • /trunk/extensions/WikiBhasha/WikiBhasha.i18n.php (modified) (history)
  • /trunk/extensions/WikiBhasha/WikiBhasha.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiBhasha/WikiBhasha.php
@@ -12,10 +12,10 @@
1313 // 3. Looks for "wbAutoLaunch=true" in the URL and launch WikiBhasha.
1414
1515 $wgExtensionCredits['specialpage'][] = array(
 16+ 'path' => __FILE__,
1617 'name' => 'WikiBhasha',
1718 'author' => 'Microsoft Research',
1819 'url' => 'http://www.mediawiki.org/wiki/Extension:WikiBhasha',
19 - 'description' => 'Default description message',
2020 'descriptionmsg' => 'wikibhasha-desc',
2121 'version' => '1.0',
2222 );
Index: trunk/extensions/WikiBhasha/WikiBhasha.i18n.php
@@ -16,15 +16,7 @@
1717 */
1818 $messages['en'] = array(
1919 'wikibhasha' => 'WikiBhasha',
20 - 'wikibhasha-desc' => "Extension's description",
21 - 'wikiBhashaLink' => 'WikiBhasha(Beta)'
 20+ 'wikibhasha-desc' => 'Application to create multilingual content leveraging the English Wikipedia content',
 21+ 'wikiBhashaLink' => 'WikiBhasha (Beta)',
2222 );
2323
24 -/**
25 - * German (Deutsch)
26 - */
27 -$messages['de'] = array(
28 - 'wikibhasha' => 'WikiBhasha',
29 - 'wikibhasha-desc' => 'Beschreibung der Erweiterung',
30 - 'wikiBhashaLink' => 'WikiBhasha(Beta)'
31 -);
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -1421,6 +1421,9 @@
14221422 ignored = specialwikiathome
14231423 aliasfile = WikiAtHome/WikiAtHome.alias.php
14241424
 1425+WikiBhasha
 1426+optional = wikibhasha, wikiBhashaLink
 1427+
14251428 Wikidata
14261429 file = Wikidata/Wikidata.i18n.php
14271430 optional = ow_URL, ow_ID, prefs-omegawiki

Status & tagging log