From 87bb52690813ee87ed235ce8761df964374d82fa Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 24 Apr 2006 07:27:46 +0000 Subject: [PATCH] Change thousand separator to '. --- localedata/locales/de_CH | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localedata/locales/de_CH b/localedata/locales/de_CH index 96d44b5ee4..84963b56fd 100644 --- a/localedata/locales/de_CH +++ b/localedata/locales/de_CH @@ -62,7 +62,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 "" @@ -78,7 +78,7 @@ END LC_MONETARY LC_NUMERIC decimal_point "" -thousands_sep "" +thousands_sep "" grouping 3;3 END LC_NUMERIC -- 2.11.4.GIT