From 2c77ce9a436844fa895bf315edcbba869f532a2d Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Fri, 26 Jan 2018 22:35:29 +0000 Subject: [PATCH] submitted-es_MX-decimal_point 2012-06-06 Aurelien Jarno * locales/es_MX (LC_MONETARY): Set mon_thousands_sep to space (). (LC_NUMERIC): Set decimal_point to dot () and thousands_sep to space (). Gbp-Pq: Topic localedata Gbp-Pq: Name submitted-es_MX-decimal_point.diff --- localedata/locales/es_MX | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localedata/locales/es_MX b/localedata/locales/es_MX index 52706e0b5..6b8704730 100644 --- a/localedata/locales/es_MX +++ b/localedata/locales/es_MX @@ -67,7 +67,7 @@ LC_MONETARY int_curr_symbol "" currency_symbol "" mon_decimal_point "" -mon_thousands_sep "" +mon_thousands_sep "" mon_grouping 3;3 positive_sign "" negative_sign "" @@ -83,7 +83,7 @@ END LC_MONETARY LC_NUMERIC decimal_point "" -thousands_sep "" +thousands_sep "" grouping 3;3 END LC_NUMERIC -- 2.30.2