about summary refs log tree commit diff
path: root/localedata/locales/lg_UG
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2024-01-18 16:52:03 +0100
committerMike FABIAN <mfabian@redhat.com>2024-01-25 11:41:02 +0100
commit5176a830e70140cb3390c62b7d41f75dbbf33c7c (patch)
tree45dbbee79f9ed0bce49e9a58a3ed8cfcdda24ac3 /localedata/locales/lg_UG
parentc06c8aeb61708249d8eb0b17a676d16771ea640b (diff)
downloadglibc-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/lg_UG')
-rw-r--r--localedata/locales/lg_UG4
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/lg_UG b/localedata/locales/lg_UG
index 844e95db8f..fe48cf082f 100644
--- a/localedata/locales/lg_UG
+++ b/localedata/locales/lg_UG
@@ -73,7 +73,7 @@ currency_symbol         "USh"
 %
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 % For money there are three numbers to the between each
 % pair of thousands separators, e.g. "123,456,786"
 %
@@ -124,7 +124,7 @@ decimal_point           "."
 thousands_sep           ","
 % For normal numbers, the thousands separator is a ","
 %
-grouping                3;3
+grouping                3
 % For normal numbers, there are three numbers between each
 % pair of thousands separators, e.g. 123,456,789
 %