From 2078c9b8167c51a29a01cd44984c756ea4e5cb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20Viemer=C3=B6?= Date: Wed, 25 Jan 2017 11:59:32 +0200 Subject: [PATCH] Add Finnish defaults --- i18n/locale-info.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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',