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/fr_BE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localedata/locales/fr_BE') diff --git a/localedata/locales/fr_BE b/localedata/locales/fr_BE index af222f7..f35a788 100644 --- a/localedata/locales/fr_BE +++ b/localedata/locales/fr_BE @@ -69,7 +69,7 @@ int_curr_symbol "EUR " currency_symbol "€" mon_decimal_point "," mon_thousands_sep "." -mon_grouping 3;3 +mon_grouping 3 positive_sign "" negative_sign "-" int_frac_digits 2 @@ -85,7 +85,7 @@ END LC_MONETARY LC_NUMERIC decimal_point "," thousands_sep "." -grouping 3;3 +grouping 3 END LC_NUMERIC LC_TIME -- cgit v1.1