Merge pull request #27164 from bahiirwa/locales

Add i18n locale information for Uganda, Kenya and Tanzania.
This commit is contained in:
Rodrigo Primo 2020-10-16 09:57:55 -03:00 committed by GitHub
commit f7dd2c0ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -162,6 +162,15 @@ return array(
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'KE' => array(
'currency_code' => 'KES',
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 0,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'KR' => array(
'currency_code' => 'KRW',
'currency_pos' => 'right',
@ -271,6 +280,24 @@ return array(
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'TZ' => array(
'currency_code' => 'TZS',
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 0,
'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',