diff --git a/i18n/locale-info.php b/i18n/locale-info.php index 3dd3a654640..d0e110c4a19 100644 --- a/i18n/locale-info.php +++ b/i18n/locale-info.php @@ -243,6 +243,26 @@ return array( ), ), ), + 'DK' => array( + 'currency_code' => 'DKK', + 'currency_pos' => 'left_space', + 'thousand_sep' => '.', + 'decimal_sep' => ',', + 'num_decimals' => 2, + 'weight_unit' => 'kg', + 'dimension_unit' => 'cm', + 'tax_rates' => array( + '' => array( + array( + 'country' => '*', + 'state' => '', + 'rate' => '25.0000', + 'name' => 'Moms', + 'shipping' => true, + ), + ), + ), + ), 'ES' => array( 'currency_code' => 'EUR', 'currency_pos' => 'right',