diff --git a/i18n/locale-info.php b/i18n/locale-info.php index d0e110c4a19..6ca7b1a90d5 100644 --- a/i18n/locale-info.php +++ b/i18n/locale-info.php @@ -543,6 +543,16 @@ return array( ), ), ), + 'RS' => array( + 'currency_code' => 'RSD', + 'currency_pos' => 'right_space', + 'thousand_sep' => '.', + 'decimal_sep' => ',', + 'num_decimals' => 2, + 'weight_unit' => 'kg', + 'dimension_unit' => 'cm', + 'tax_rates' => array(), + ), 'TH' => array( 'currency_code' => 'THB', 'currency_pos' => 'left',