r65749 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65748‎ | r65749 | r65750 >
Date:17:23, 1 May 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Really fix link to portal in SupportedLanguages
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
@@ -70,7 +70,7 @@
7171 array( 'known', 'noclasses' )
7272 );
7373
74 - $wgOut->addHTML( $portalLink );
 74+ $wgOut->addHTML( "<h2>" . $portalLink . "</h2>" );
7575
7676 foreach ( $users[$code] as $index => $username ) {
7777 $title = Title::makeTitleSafe( NS_USER, $username );
Index: trunk/extensions/Translate/Translate.i18n.php
@@ -225,7 +225,7 @@
226226
227227 If you translate to a language and your name is not included, please add your name to the list of translators on the [[:Category:Languages|portal]] for that language.
228228 See the menu bar for a link to the portal for the language of your preference.',
229 - 'supportedlanguages-portallink' => '==[$1] $2 - $3==',
 229+ 'supportedlanguages-portallink' => '[$1] $2 - $3',
230230
231231 'translate-save' => 'Save ($1)',
232232

Status & tagging log