From 5176a830e70140cb3390c62b7d41f75dbbf33c7c Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 18 Jan 2024 16:52:03 +0100 Subject: localedata: Use consistent values for grouping and mon_grouping Resolves: BZ # 31205 Adapt test cases in test-grouping_iterator.c --- localedata/locales/en_ZA | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localedata/locales/en_ZA') diff --git a/localedata/locales/en_ZA b/localedata/locales/en_ZA index 5ddc3f2c5d..b6551c633a 100644 --- a/localedata/locales/en_ZA +++ b/localedata/locales/en_ZA @@ -93,7 +93,7 @@ int_curr_symbol "ZAR " currency_symbol "R" mon_decimal_point "." mon_thousands_sep "," -mon_grouping 3;3 +mon_grouping 3 positive_sign "" negative_sign "-" int_frac_digits 2 @@ -109,7 +109,7 @@ END LC_MONETARY LC_NUMERIC decimal_point "." thousands_sep "," -grouping 3;3 +grouping 3 END LC_NUMERIC LC_TIME -- cgit 1.4.1