public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] localedata: it_IT, lv_LV: currency symbol should follow the amount
@ 2024-01-03 13:03 Mike Fabian
  0 siblings, 0 replies; only message in thread
From: Mike Fabian @ 2024-01-03 13:03 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=61171bb2b9cfaac4954e74421be6097819cb4d95

commit 61171bb2b9cfaac4954e74421be6097819cb4d95
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed Jan 3 12:27:23 2024 +0100

    localedata: it_IT, lv_LV: currency symbol should follow the amount
    
    Resolves: BZ # 28558

Diff:
---
 localedata/locales/it_IT | 4 ++--
 localedata/locales/lv_LV | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/localedata/locales/it_IT b/localedata/locales/it_IT
index 8a10545de0..36a80f2d59 100644
--- a/localedata/locales/it_IT
+++ b/localedata/locales/it_IT
@@ -78,9 +78,9 @@ positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
 frac_digits               2
-p_cs_precedes             1
+p_cs_precedes             0
 p_sep_by_space            1
-n_cs_precedes             1
+n_cs_precedes             0
 n_sep_by_space            1
 p_sign_posn               1
 n_sign_posn               1
diff --git a/localedata/locales/lv_LV b/localedata/locales/lv_LV
index 711cc1c314..26c5fe9b9e 100644
--- a/localedata/locales/lv_LV
+++ b/localedata/locales/lv_LV
@@ -138,12 +138,12 @@ positive_sign     ""
 negative_sign     "-"
 int_frac_digits   2
 frac_digits       2
-p_cs_precedes     1
+p_cs_precedes     0
 p_sep_by_space    1
-n_cs_precedes     1
+n_cs_precedes     0
 n_sep_by_space    1
-p_sign_posn       3
-n_sign_posn       3
+p_sign_posn       1
+n_sign_posn       1
 END LC_MONETARY
 
 LC_NUMERIC

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-03 13:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-03 13:03 [glibc] localedata: it_IT, lv_LV: currency symbol should follow the amount Mike Fabian

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).