about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--localedata/ChangeLog5
-rw-r--r--localedata/locales/de_CH4
2 files changed, 7 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 695851e612..de23e123e3 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-24  Ulrich Drepper  <drepper@redhat.com>
+
+	[BZ #2349]
+	* locales/de_CH: Change thousand separator to '.
+
 2006-01-17  Robert Millan  <robertmh@gnu.org>
 
 	[BZ #2158]
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           "<U0043><U0048><U0046><U0020>"
 currency_symbol           "<U0046><U0072><U002E>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U0027>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
@@ -78,7 +78,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point             "<U002E>"
-thousands_sep             "<U0020>"
+thousands_sep             "<U0027>"
 grouping                  3;3
 END LC_NUMERIC