public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Mike Fabian <mfabian@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] localedata: hr_HR: change currency to EUR/€
Date: Thu,  8 Feb 2024 07:35:12 +0000 (GMT)	[thread overview]
Message-ID: <20240208073512.AA95A385840F@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=559010e471acb3cb292615b71b248aba73e5c2fe

commit 559010e471acb3cb292615b71b248aba73e5c2fe
Author: Dragan Stanojević (Nevidljivi) <neville.ravenwood@gmail.com>
Date:   Wed Feb 7 16:31:04 2024 +0100

    localedata: hr_HR: change currency to EUR/€
    
    Resolves: BZ # 29845

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 83087a3b02..d00e6bee25 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
diff --git a/stdlib/tst-strfmon_l.c b/stdlib/tst-strfmon_l.c
index cc5da3e2ba..73ca0ea7b7 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 €"
         }
       }
     },

                 reply	other threads:[~2024-02-08  7:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240208073512.AA95A385840F@sourceware.org \
    --to=mfabian@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).