Index: trunk/phase3/languages/classes/LanguageFi.php |
— | — | @@ -6,16 +6,6 @@ |
7 | 7 | * @author Niklas Laxström |
8 | 8 | */ |
9 | 9 | class LanguageFi extends Language { |
10 | | - /** |
11 | | - * Avoid grouping whole numbers between 0 to 9999 |
12 | | - */ |
13 | | - function commafy($_) { |
14 | | - if (!preg_match('/^-?\d{1,4}$/',$_)) { |
15 | | - return strrev((string)preg_replace('/(\d{3})(?=\d)(?!\d*\.)/','$1,',strrev($_))); |
16 | | - } else { |
17 | | - return $_; |
18 | | - } |
19 | | - } |
20 | 10 | |
21 | 11 | # Convert from the nominative form of a noun to some other case |
22 | 12 | # Invoked with {{GRAMMAR:case|word}} |