Merge pull request #22495 from jespervnielsen/patch-4

Added DK (Danish ) To locale-info
This commit is contained in:
Mike Jolley 2019-01-21 15:05:03 +00:00 committed by GitHub
commit 7973812e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

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