Index: trunk/core/units/languages/languages_config.php =================================================================== diff -u -N -r1766 -r1837 --- trunk/core/units/languages/languages_config.php (.../languages_config.php) (revision 1766) +++ trunk/core/units/languages/languages_config.php (.../languages_config.php) (revision 1837) @@ -119,8 +119,8 @@ 'IconURL' => Array('type' => 'string','default' => ''), 'DateFormat' => Array('type' => 'string','not_null' => '1','default' => '','required'=>1), 'TimeFormat' => Array('type' => 'string','not_null' => '1','default' => '','required'=>1), - 'DecimalPoint' => Array('type' => 'string','not_null' => '1','default' => '.'), - 'ThousandSep' => Array('type' => 'string','not_null' => '1','default' => ','), + 'DecimalPoint' => Array('type' => 'string','not_null' => '1','default' => ''), + 'ThousandSep' => Array('type' => 'string','not_null' => '1','default' => ''), 'Charset' => Array('type' => 'string','not_null' => '1','default' => '','required'=>1), 'UnitSystem' => Array('type' => 'int','not_null' => '1','default' => '1','formatter' => 'kOptionsFormatter','options' => Array(1 => 'la_Metric', 2 => 'la_US_UK'),'use_phrases' => 1), ),