Add Uganda Details

This commit is contained in:
Laurence Bahiirwa 2020-07-29 17:30:45 +03:00
parent 0f134ca6a2
commit 2e57895200
1 changed files with 9 additions and 0 deletions

View File

@ -226,6 +226,15 @@ return array(
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'UG' => array(
'currency_code' => 'UGX',
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 0,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'US' => array(
'currency_code' => 'USD',
'currency_pos' => 'left',