r83016 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83015‎ | r83016 | r83017 >
Date:13:39, 1 March 2011
Author:ariel
Status:ok
Tags:
Comment:
mft r83015
Modified paths:
  • /branches/wmf/1.17wmf1/languages/LanguageConverter.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/languages/LanguageConverter.php
@@ -426,7 +426,7 @@
427427 * @param $variant String: variant language code
428428 * @return String: translated text
429429 */
430 - protected function translate( $text, $variant ) {
 430+ public function translate( $text, $variant ) {
431431 wfProfileIn( __METHOD__ );
432432 // If $text is empty or only includes spaces, do nothing
433433 // Otherwise translate it

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83015ActiveAbstracts needs translate (used in abstracts production for xml dumps, ...ariel13:36, 1 March 2011

Status & tagging log