Merge pull request #23428 from dimadin/rs/locale-info

Add locale info for Serbia
This commit is contained in:
Gerhard Potgieter 2019-05-10 10:21:38 +02:00 committed by GitHub
commit 5c46e0aaa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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',