diff --git a/i18n/locale-info.php b/i18n/locale-info.php index d6fea8ac76c..28fe1176d1c 100644 --- a/i18n/locale-info.php +++ b/i18n/locale-info.php @@ -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',