Merge pull request #13858 from woocommerce/fix-13846
Poland uses space for thousands
This commit is contained in:
commit
43591dceb1
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue