diff options
author | Eike Rathke <erack@redhat.com> | 2016-08-10 17:12:10 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-08-10 17:16:53 +0200 |
commit | 17040a69abe325df05c22dcb811d81785211bf47 (patch) | |
tree | 32fe57a3290646c4bdeeec23f27c22f5f318e7b1 /i18npool | |
parent | 38a3743e0c5d52f9386f74097fd512d3133fbbe3 (diff) |
DKK currency symbol is 'kr.' not 'kr'
Change-Id: I35078b36c803e73538a23bbc9cdc5ddd13a3835c
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/da_DK.xml | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/i18npool/source/localedata/data/da_DK.xml b/i18npool/source/localedata/data/da_DK.xml index 552f15e74030..07f5f4fe6d22 100644 --- a/i18npool/source/localedata/data/da_DK.xml +++ b/i18npool/source/localedata/data/da_DK.xml @@ -87,22 +87,22 @@ <FormatCode>0,00" "%</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12"> - <FormatCode>[$kr-406] #.##0;[$kr-406] -#.##0</FormatCode> + <FormatCode>[$kr.-406] #.##0;[$kr.-406] -#.##0</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13"> - <FormatCode>[$kr-406] #.##0,00;[$kr-406] -#.##0,00</FormatCode> + <FormatCode>[$kr.-406] #.##0,00;[$kr.-406] -#.##0,00</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14"> - <FormatCode>[$kr-406] #.##0;[RED][$kr-406] -#.##0</FormatCode> + <FormatCode>[$kr.-406] #.##0;[RED][$kr.-406] -#.##0</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY" formatindex="15"> - <FormatCode>[$kr-406] #.##0,00;[RED][$kr-406] -#.##0,00</FormatCode> + <FormatCode>[$kr.-406] #.##0,00;[RED][$kr.-406] -#.##0,00</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16"> <FormatCode>#.##0,00 CCC</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17"> - <FormatCode>[$kr-406] #.##0,--;[RED][$kr-406] -#.##0,--</FormatCode> + <FormatCode>[$kr.-406] #.##0,--;[RED][$kr.-406] -#.##0,--</FormatCode> </FormatElement> <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18"> <FormatCode>DD-MM-YY</FormatCode> @@ -326,13 +326,20 @@ </Calendar> </LC_CALENDAR> <LC_CURRENCY> - <Currency default="true" usedInCompatibleFormatCodes="true"> + <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true"> <CurrencyID>DKK</CurrencyID> <CurrencySymbol>kr</CurrencySymbol> <BankSymbol>DKK</BankSymbol> <CurrencyName>Dansk krone</CurrencyName> <DecimalPlaces>2</DecimalPlaces> </Currency> + <Currency default="true" usedInCompatibleFormatCodes="true"> + <CurrencyID>DKK</CurrencyID> + <CurrencySymbol>kr.</CurrencySymbol> + <BankSymbol>DKK</BankSymbol> + <CurrencyName>Dansk krone</CurrencyName> + <DecimalPlaces>2</DecimalPlaces> + </Currency> </LC_CURRENCY> <LC_TRANSLITERATION ref="en_US"/> <LC_MISC> |