From 36d1f65e0460d1eff0d6ca5d66400a7dc23e36dc Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Thu, 6 Mar 2025 23:46:53 +0100 Subject: [PATCH] git-locale-hr_HR-euro MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit commit 559010e471acb3cb292615b71b248aba73e5c2fe Author: Dragan Stanojević (Nevidljivi) Date: Wed Feb 7 16:31:04 2024 +0100 localedata: hr_HR: change currency to EUR/€ Resolves: BZ # 29845 Gbp-Pq: Topic localedata Gbp-Pq: Name git-locale-hr_HR-euro.diff --- localedata/locales/hr_HR | 8 ++++---- stdlib/tst-strfmon_l.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/localedata/locales/hr_HR b/localedata/locales/hr_HR index 029a3794e..a13370461 100644 --- a/localedata/locales/hr_HR +++ b/localedata/locales/hr_HR @@ -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;3 diff --git a/stdlib/tst-strfmon_l.c b/stdlib/tst-strfmon_l.c index 8791f464b..09fe6ca7d 100644 --- a/stdlib/tst-strfmon_l.c +++ b/stdlib/tst-strfmon_l.c @@ -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 €" } } }, -- 2.30.2