localedata: hr_HR: change currency to EUR/€

Resolves: BZ # 29845
This commit is contained in:
Dragan Stanojević (Nevidljivi) 2024-02-07 16:31:04 +01:00 committed by Mike FABIAN
parent 30a61b1dd9
commit 559010e471
2 changed files with 8 additions and 8 deletions

View File

@ -24,8 +24,8 @@ tel ""
fax ""
language "Croatian"
territory "Croatia"
revision "2.3"
date "2016-04-16"
revision "2.4"
date "2022-12-03"
category "i18n:2012";LC_IDENTIFICATION
category "i18n:2012";LC_CTYPE
@ -171,8 +171,8 @@ nostr "ne"
END LC_MESSAGES
LC_MONETARY
int_curr_symbol "HRK "
currency_symbol "kn"
int_curr_symbol "EUR "
currency_symbol ""
mon_decimal_point ","
mon_thousands_sep "."
mon_grouping 3

View File

@ -181,12 +181,12 @@ static const struct locale_pair tests[] =
"hr_HR.UTF-8",
{
{
"HRK 1.234.567,89", "1.234.567,89 kn",
"HRK 1234567,89", "1234567,89 kn"
"EUR 1.234.567,89", "1.234.567,89 €",
"EUR 1234567,89", "1234567,89 €"
},
{
"-HRK 1.234.567,89", "-1.234.567,89 kn",
"-HRK 1234567,89", "-1234567,89 kn"
"-EUR 1.234.567,89", "-1.234.567,89 €",
"-EUR 1234567,89", "-1234567,89 €"
}
}
},