Merge pull request #13858 from woocommerce/fix-13846

Poland uses space for thousands
This commit is contained in:
Claudio Sanches 2017-03-31 12:15:19 -03:00 committed by GitHub
commit 43591dceb1
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ return array(
'currency_code' => 'PLN',
'currency_pos' => 'right',
'thousand_sep' => ',',
'decimal_sep' => '.',
'decimal_sep' => ' ',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',