i18npool/source/localedata/data/hr_HR.xml |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit c58bc31ece80ccdfc88bd043787869c5e460dbd8
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Sun Nov 27 17:11:49 2022 +0100
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Sun Nov 27 19:10:49 2022 +0100

    Resolves: tdf#150011 Switch default currency HRK Croatian Kuna to EUR Euro
    
    HR will join Euro area on 2023-01-01.
    
    Change-Id: I3836804ff68419550091826ea2414bc0edd55a84
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143346
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins

diff --git a/i18npool/source/localedata/data/hr_HR.xml 
b/i18npool/source/localedata/data/hr_HR.xml
index ab21d19cd32b..bf55bc47aea7 100644
--- a/i18npool/source/localedata/data/hr_HR.xml
+++ b/i18npool/source/localedata/data/hr_HR.xml
@@ -435,15 +435,14 @@
     </Calendar>
   </LC_CALENDAR>
   <LC_CURRENCY>
-    <Currency default="true" usedInCompatibleFormatCodes="true">
+    <Currency default="false" usedInCompatibleFormatCodes="true">
       <CurrencyID>HRK</CurrencyID>
       <CurrencySymbol>kn</CurrencySymbol>
       <BankSymbol>HRK</BankSymbol>
       <CurrencyName>Hrvatska Kuna</CurrencyName>
       <DecimalPlaces>2</DecimalPlaces>
     </Currency>
-    <!-- TODO: switch defaults before 2023-01-01 -->
-    <Currency default="false" usedInCompatibleFormatCodes="false">
+    <Currency default="true" usedInCompatibleFormatCodes="false">
       <CurrencyID>EUR</CurrencyID>
       <CurrencySymbol>€</CurrencySymbol>
       <BankSymbol>EUR</BankSymbol>

Reply via email to