Add Finnish defaults
This commit is contained in:
parent
9f7e1da1ee
commit
2078c9b816
|
@ -254,6 +254,26 @@ return array(
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'FI' => array(
|
||||||
|
'currency_code' => 'EUR',
|
||||||
|
'currency_pos' => 'right_space',
|
||||||
|
'thousand_sep' => ' ',
|
||||||
|
'decimal_sep' => ',',
|
||||||
|
'num_decimals' => 2,
|
||||||
|
'weight_unit' => 'kg',
|
||||||
|
'dimension_unit' => 'cm',
|
||||||
|
'tax_rates' => array(
|
||||||
|
'' => array(
|
||||||
|
array(
|
||||||
|
'country' => 'FI',
|
||||||
|
'state' => '',
|
||||||
|
'rate' => '24.0000',
|
||||||
|
'name' => 'ALV',
|
||||||
|
'shipping' => true
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
),
|
||||||
'FR' => array(
|
'FR' => array(
|
||||||
'currency_code' => 'EUR',
|
'currency_code' => 'EUR',
|
||||||
'currency_pos' => 'right',
|
'currency_pos' => 'right',
|
||||||
|
|
Loading…
Reference in New Issue