Index: branches/wmf/1.17wmf1/languages/LanguageConverter.php |
— | — | @@ -426,7 +426,7 @@ |
427 | 427 | * @param $variant String: variant language code |
428 | 428 | * @return String: translated text |
429 | 429 | */ |
430 | | - protected function translate( $text, $variant ) { |
| 430 | + public function translate( $text, $variant ) { |
431 | 431 | wfProfileIn( __METHOD__ ); |
432 | 432 | // If $text is empty or only includes spaces, do nothing |
433 | 433 | // Otherwise translate it |