[Libreoffice-commits] core.git: i18npool/source

Eike Rathke erack at redhat.com
Thu Aug 11 10:42:34 UTC 2016


 i18npool/source/localedata/data/fo_FO.xml |   17 ++++++++++++-----
 i18npool/source/localedata/data/kl_GL.xml |    9 ++++++++-
 2 files changed, 20 insertions(+), 6 deletions(-)

New commits:
commit 5037dc9b23a9ef0ba44ed0c371da6af7332a7519
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Aug 11 12:38:54 2016 +0200

    DKK currency symbol is 'kr.' not 'kr' also for [fo-FO] and [kl-GL]
    
    Change-Id: I33d5c499da40c91875918f215c0470748ec1ff93

diff --git a/i18npool/source/localedata/data/fo_FO.xml b/i18npool/source/localedata/data/fo_FO.xml
index 5e764cd..ca488f0 100644
--- a/i18npool/source/localedata/data/fo_FO.xml
+++ b/i18npool/source/localedata/data/fo_FO.xml
@@ -163,22 +163,22 @@
       <FormatCode>#.###,00</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY"  formatindex="12">
-      <FormatCode>[$kr-438] #.##0;[$kr-438] -#.##0</FormatCode>
+      <FormatCode>[$kr.-438] #.##0;[$kr.-438] -#.##0</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY"  formatindex="13">
-      <FormatCode>[$kr-438] #.##0,00;[$kr-438] -#.##0,00</FormatCode>
+      <FormatCode>[$kr.-438] #.##0,00;[$kr.-438] -#.##0,00</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY"  formatindex="14">
-      <FormatCode>[$kr-438] #.##0;[RED][$kr-438] -#.##0</FormatCode>
+      <FormatCode>[$kr.-438] #.##0;[RED][$kr.-438] -#.##0</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY"  formatindex="15">
-      <FormatCode>[$kr-438] #.##0,00;[RED][$kr-438] -#.##0,00</FormatCode>
+      <FormatCode>[$kr.-438] #.##0,00;[RED][$kr.-438] -#.##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-438] #.##0,--;[RED][$kr-438] -#.##0,--</FormatCode>
+      <FormatCode>[$kr.-438] #.##0,--;[RED][$kr.-438] -#.##0,--</FormatCode>
     </FormatElement>
     <FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER"  formatindex="8">
       <FormatCode>0" "%</FormatCode>
@@ -327,6 +327,13 @@
   <LC_CURRENCY>
     <Currency default="true" usedInCompatibleFormatCodes="true">
       <CurrencyID>DKK</CurrencyID>
+      <CurrencySymbol>kr.</CurrencySymbol>
+      <BankSymbol>DKK</BankSymbol>
+      <CurrencyName>Dansk krone</CurrencyName>
+      <DecimalPlaces>2</DecimalPlaces>
+    </Currency>
+    <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+      <CurrencyID>DKK</CurrencyID>
       <CurrencySymbol>kr</CurrencySymbol>
       <BankSymbol>DKK</BankSymbol>
       <CurrencyName>Dansk krone</CurrencyName>
diff --git a/i18npool/source/localedata/data/kl_GL.xml b/i18npool/source/localedata/data/kl_GL.xml
index 8de407c..3c3b0d3 100644
--- a/i18npool/source/localedata/data/kl_GL.xml
+++ b/i18npool/source/localedata/data/kl_GL.xml
@@ -51,7 +51,7 @@
     <TimePM>PM</TimePM>
     <MeasurementSystem>metric</MeasurementSystem>
   </LC_CTYPE>
-  <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$kr-46F]">
+  <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$kr.-46F]">
     <DateAcceptancePattern>D-M</DateAcceptancePattern>
     <FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
       <FormatCode>Standard</FormatCode>
@@ -327,6 +327,13 @@
   <LC_CURRENCY>
     <Currency default="true" usedInCompatibleFormatCodes="true">
       <CurrencyID>DKK</CurrencyID>
+      <CurrencySymbol>kr.</CurrencySymbol>
+      <BankSymbol>DKK</BankSymbol>
+      <CurrencyName>Dansk krone</CurrencyName>
+      <DecimalPlaces>2</DecimalPlaces>
+    </Currency>
+    <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+      <CurrencyID>DKK</CurrencyID>
       <CurrencySymbol>kr</CurrencySymbol>
       <BankSymbol>DKK</BankSymbol>
       <CurrencyName>Dansk krone</CurrencyName>


More information about the Libreoffice-commits mailing list