Added locale info for Brazil
This commit is contained in:
parent
5ac994f4f2
commit
52bec33665
|
@ -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(
|
|||
)
|
||||
)
|
||||
)
|
||||
);
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue