diff options
author | Mike FABIAN <mfabian@redhat.com> | 2024-01-03 12:27:23 +0100 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2024-01-03 13:54:34 +0100 |
commit | 61171bb2b9cfaac4954e74421be6097819cb4d95 (patch) | |
tree | f1f462f59a95995c8730250ff19c5d42a53aabcc /localedata/locales/it_IT | |
parent | b34b46b8806a115b86da3b2b22555ad5bffa89d1 (diff) | |
download | glibc-61171bb2b9cfaac4954e74421be6097819cb4d95.tar.gz glibc-61171bb2b9cfaac4954e74421be6097819cb4d95.tar.xz glibc-61171bb2b9cfaac4954e74421be6097819cb4d95.zip |
localedata: it_IT, lv_LV: currency symbol should follow the amount
Resolves: BZ # 28558
Diffstat (limited to 'localedata/locales/it_IT')
-rw-r--r-- | localedata/locales/it_IT | 4 |
1 files changed, 2 insertions, 2 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 |