From 5e0b9b2e61b8cc146996def7633cd448104e4fc3 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Wed, 29 Nov 2017 03:00:21 +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 e7dd44062..1fb46e283 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