Merge pull request #8887 from mkrdip/patch-4

Add Bangladeshi Locale Information
This commit is contained in:
Claudio Sanches 2015-08-18 20:01:31 -03:00
commit 6267fee6bc
1 changed files with 20 additions and 0 deletions

View File

@ -20,6 +20,26 @@ return array(
)
)
),
'BD' => array(
'currency_code' => 'BDT',
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'in',
'tax_rates' => array(
'' => array(
array(
'country' => 'BD',
'state' => '',
'rate' => '15.0000',
'name' => 'VAT',
'shipping' => true
)
)
)
),
'BE' => array(
'currency_code' => 'EUR',
'currency_pos' => 'left',