Add KR locale info

This commit is contained in:
GREYS 2020-08-27 10:40:49 +09:00
parent 25ab294e3e
commit 5c648e92df
1 changed files with 9 additions and 0 deletions

View File

@ -162,6 +162,15 @@ return array(
'weight_unit' => 'kg',
'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(
'currency_code' => 'CHF',
'currency_pos' => 'left_space',