Add Finnish defaults

This commit is contained in:
Toni Viemerö 2017-01-25 11:59:32 +02:00 committed by GitHub
parent 9f7e1da1ee
commit 2078c9b816
1 changed files with 20 additions and 0 deletions

View File

@ -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(
'currency_code' => 'EUR',
'currency_pos' => 'right',