Fix #6015: dd spacing in the boxes "edit is minor" and "watch this"
[lhc/web/wiklou.git] / languages / LanguageNds.php
index 5924062..022bc69 100644 (file)
@@ -134,9 +134,9 @@ class LanguageNds extends LanguageUtf8 {
                }
        }
 
-       function formatNum( $number, $year = false ) {
-               return $year ? $number : strtr($this->commafy($number), '.,', ',.' );
+       function separatorTransformTable() {
+               return array(',' => '.', '.' => ',' );
        }
-}
 
+}
 ?>