Merge pull request #23428 from dimadin/rs/locale-info
Add locale info for Serbia
This commit is contained in:
commit
5c46e0aaa1
|
@ -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(
|
'TH' => array(
|
||||||
'currency_code' => 'THB',
|
'currency_code' => 'THB',
|
||||||
'currency_pos' => 'left',
|
'currency_pos' => 'left',
|
||||||
|
|
Loading…
Reference in New Issue