diff options
author | Mike FABIAN <mfabian@redhat.com> | 2024-01-18 16:52:03 +0100 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2024-01-25 11:41:02 +0100 |
commit | 5176a830e70140cb3390c62b7d41f75dbbf33c7c (patch) | |
tree | 45dbbee79f9ed0bce49e9a58a3ed8cfcdda24ac3 /localedata/locales/tt_RU@iqtelif | |
parent | c06c8aeb61708249d8eb0b17a676d16771ea640b (diff) | |
download | glibc-5176a830e70140cb3390c62b7d41f75dbbf33c7c.tar.gz glibc-5176a830e70140cb3390c62b7d41f75dbbf33c7c.tar.xz glibc-5176a830e70140cb3390c62b7d41f75dbbf33c7c.zip |
localedata: Use consistent values for grouping and mon_grouping
Resolves: BZ # 31205 Adapt test cases in test-grouping_iterator.c
Diffstat (limited to 'localedata/locales/tt_RU@iqtelif')
-rw-r--r-- | localedata/locales/tt_RU@iqtelif | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/tt_RU@iqtelif b/localedata/locales/tt_RU@iqtelif index 6d1d4a91c7..cd01731a3e 100644 --- a/localedata/locales/tt_RU@iqtelif +++ b/localedata/locales/tt_RU@iqtelif @@ -77,7 +77,7 @@ int_curr_symbol "RUB " currency_symbol "₽" mon_decimal_point "." mon_thousands_sep " " -mon_grouping 3;3 +mon_grouping 3 positive_sign "" negative_sign "-" int_frac_digits 2 @@ -93,7 +93,7 @@ END LC_MONETARY LC_NUMERIC decimal_point "," thousands_sep "." -grouping 3;3 +grouping 3 END LC_NUMERIC LC_TIME |