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/ga_IE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localedata/locales/ga_IE') diff --git a/localedata/locales/ga_IE b/localedata/locales/ga_IE index 084a9bc11b..58b8dcfb8b 100644 --- a/localedata/locales/ga_IE +++ b/localedata/locales/ga_IE @@ -65,7 +65,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 @@ -81,7 +81,7 @@ END LC_MONETARY LC_NUMERIC decimal_point "." thousands_sep "," -grouping 3;3 +grouping 3 END LC_NUMERIC LC_TIME -- cgit 1.4.1