Add Uganda Details
This commit is contained in:
parent
0f134ca6a2
commit
2e57895200
|
@ -226,6 +226,15 @@ return array(
|
||||||
'weight_unit' => 'kg',
|
'weight_unit' => 'kg',
|
||||||
'dimension_unit' => 'cm',
|
'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(
|
'US' => array(
|
||||||
'currency_code' => 'USD',
|
'currency_code' => 'USD',
|
||||||
'currency_pos' => 'left',
|
'currency_pos' => 'left',
|
||||||
|
|
Loading…
Reference in New Issue