diff --git a/i18n/locale-info.php b/i18n/locale-info.php index 3c6a68c9606..7f17495e74d 100644 --- a/i18n/locale-info.php +++ b/i18n/locale-info.php @@ -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',