diff options
author | Eike Rathke <erack@redhat.com> | 2022-07-22 22:12:02 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-08-01 08:46:35 +0200 |
commit | 66862a4800051c9c8623661535fc2c3adafa748d (patch) | |
tree | 15ff7fc7d372b4c292f88f166c57f6d34448d5f8 /i18npool | |
parent | 32cb17829519334736c6e41acd542a660ca2d26a (diff) |
Resolves: tdf#150011 Add HRK Croatian Kuna conversion to EUR Euro
TODO: switch defaults before 2023-01-01 in
i18npool/source/localedata/data/hr_HR.xml
Change-Id: Ifc62aefbc8c9fe8bbf044f61ae4fd6eeff692185
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137371
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
(cherry picked from commit 7c4b2db21ef77b37daf234ac1ab9989234606a22)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137331
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/hr_HR.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i18npool/source/localedata/data/hr_HR.xml b/i18npool/source/localedata/data/hr_HR.xml index 0c493131e16b..4de83e5535cd 100644 --- a/i18npool/source/localedata/data/hr_HR.xml +++ b/i18npool/source/localedata/data/hr_HR.xml @@ -421,6 +421,14 @@ <CurrencyName>Hrvatska Kuna</CurrencyName> <DecimalPlaces>2</DecimalPlaces> </Currency> + <!-- TODO: switch defaults before 2023-01-01 --> + <Currency default="false" usedInCompatibleFormatCodes="false"> + <CurrencyID>EUR</CurrencyID> + <CurrencySymbol>€</CurrencySymbol> + <BankSymbol>EUR</BankSymbol> + <CurrencyName>Euro</CurrencyName> + <DecimalPlaces>2</DecimalPlaces> + </Currency> </LC_CURRENCY> <LC_TRANSLITERATION> <Transliteration unoid="SENTENCE_CASE"/> |