diff options
author | Eike Rathke <erack@redhat.com> | 2022-11-27 17:11:49 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2022-11-27 19:10:49 +0100 |
commit | c58bc31ece80ccdfc88bd043787869c5e460dbd8 (patch) | |
tree | a904b526166e88be3870d4ab9b90fb6169ff0e45 /i18npool | |
parent | 8c6a9daaf99830e1a2a560a9dd0abf3c1e4cfa48 (diff) |
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 <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/hr_HR.xml | 5 |
1 files changed, 2 insertions, 3 deletions
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> |