]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
localedata: hr_HR: change currency to EUR/€
authorDragan Stanojević (Nevidljivi) <neville.ravenwood@gmail.com>
Wed, 7 Feb 2024 15:31:04 +0000 (16:31 +0100)
committerMike FABIAN <mfabian@redhat.com>
Thu, 8 Feb 2024 07:13:37 +0000 (08:13 +0100)
Resolves: BZ # 29845

localedata/locales/hr_HR
stdlib/tst-strfmon_l.c

index 83087a3b02c10e674cb4143477212a019092b8a6..d00e6bee25288abd50ba534b94c30216f57ed172 100644 (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
index cc5da3e2bacd133e5432a38a35390e936551722b..73ca0ea7b7169c67c354b1f9570d216450b6cd11 100644 (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 €"
         }
       }
     },