r21377 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r21376‎ | r21377 | r21378 >
Date:13:54, 19 April 2007
Author:brion
Status:old
Tags:
Comment:
s/LanguageBe/LanguageBe_x_old/
Modified paths:
  • /trunk/phase3/languages/classes/LanguageBe_x_old.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/classes/LanguageBe_x_old.php
@@ -10,7 +10,7 @@
1111 * @license http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License
1212 */
1313
14 -class LanguageBe extends Language {
 14+class LanguageBe_x_old extends Language {
1515 function convertPlural( $count, $wordform1, $wordform2, $wordform3, $w4, $w5) {
1616 $count = str_replace ('.', '', $count);
1717 if ($count > 10 && floor(($count % 100) / 10) == 1) {