* Rename "ipusuccess" to "unblocked", change the format (now wiki text)
[lhc/web/wiklou.git] / languages / LanguageHu.php
index 7581f40..277998d 100644 (file)
@@ -123,8 +123,8 @@ class LanguageHu extends LanguageUtf8 {
                return $this->date( $ts, $adj ) . ", " . $this->time( $ts, $adj );
        }
 
-       function formatNum( $number, $year = false ) {
-               return !$year ? strtr($this->commafy($number), '.,', ',.' ) : $number;
+       function separatorTransformTable() {
+               return array(',' => "\xc2\xa0", '.' => ',' );
        }
 
 }