r68367 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68366‎ | r68367 | r68368 >
Date:17:12, 21 June 2010
Author:ialex
Status:deferred
Tags:
Comment:
Duplicate 'languagestats-recenttranslations' message per request on twn: http://translatewiki.net/wiki/Thread:Support/MediaWiki:Languagestats-recenttranslations
Modified paths:
  • /trunk/extensions/Translate/SpecialSupportedLanguages.php (modified) (history)
  • /trunk/extensions/Translate/Translate.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialSupportedLanguages.php
@@ -74,7 +74,7 @@
7575
7676 // Information to be used inside the foreach loop
7777 $linkInfo['rc']['title'] = SpecialPage::getTitleFor( 'Recentchanges' );
78 - $linkInfo['rc']['msg'] = wfMsg( 'languagestats-recenttranslations' );
 78+ $linkInfo['rc']['msg'] = wfMsg( 'supportedlanguages-recenttranslations' );
7979 $linkInfo['stats']['title'] = SpecialPage::getTitleFor( 'LanguageStats' );
8080 $linkInfo['stats']['msg'] = wfMsg( 'languagestats' );
8181
Index: trunk/extensions/Translate/Translate.i18n.php
@@ -243,6 +243,7 @@
244244 'supportedlanguages-noportal' => 'The wiki administrator has not defined NS_PORTAL, so this page does not work.
245245 On this page a list of language portals will appear for all portals corresponding with a defined language code and a subpage called "translators".
246246 The subpage "translators" must contain the template [[:{{ns:template}}:User|User]], taking a user name as parameter.',
 247+ 'supportedlanguages-recenttranslations' => 'recent translations',
247248
248249 'translate-save' => 'Save ($1)',
249250

Status & tagging log