Added locale info for Brazil

This commit is contained in:
Claudio Sanches 2015-06-18 10:53:40 -03:00
parent 5ac994f4f2
commit 52bec33665
1 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
<?php
return array(
'BR' => array(
'currency_code' => 'BRL',
'currency_pos' => 'left',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
'tax_rates' => array()
),
'FR' => array(
'currency_code' => 'EUR',
'currency_pos' => 'right',
@ -521,4 +531,4 @@ return array(
)
)
)
);
);