Add KR locale info
This commit is contained in:
parent
25ab294e3e
commit
5c648e92df
|
@ -162,6 +162,15 @@ return array(
|
||||||
'weight_unit' => 'kg',
|
'weight_unit' => 'kg',
|
||||||
'dimension_unit' => 'cm',
|
'dimension_unit' => 'cm',
|
||||||
),
|
),
|
||||||
|
'KR' => array(
|
||||||
|
'currency_code' => 'KRW',
|
||||||
|
'currency_pos' => 'right',
|
||||||
|
'thousand_sep' => ',',
|
||||||
|
'decimal_sep' => '.',
|
||||||
|
'num_decimals' => 0,
|
||||||
|
'weight_unit' => 'kg',
|
||||||
|
'dimension_unit' => 'cm',
|
||||||
|
),
|
||||||
'LI' => array(
|
'LI' => array(
|
||||||
'currency_code' => 'CHF',
|
'currency_code' => 'CHF',
|
||||||
'currency_pos' => 'left_space',
|
'currency_pos' => 'left_space',
|
||||||
|
|
Loading…
Reference in New Issue