From 5d6c813948f70d823f3a84a0c96931ec7013f0c7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 27 Nov 2001 03:52:15 +0000 Subject: Update. 2001-11-26 Ulrich Drepper * locales/de_CH: Define decimal point to '.' and thousands separator to ' '. Patch by Niklaus Giger . --- localedata/ChangeLog | 5 +++++ localedata/locales/de_CH | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 716baec061..1a4d3f7317 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2001-11-26 Ulrich Drepper + + * locales/de_CH: Define decimal point to '.' and thousands + separator to ' '. Patch by Niklaus Giger . + 2001-11-21 Bruno Haible * charmaps/ISO-8859-16: Swap 0xa5 and 0xab entries. diff --git a/localedata/locales/de_CH b/localedata/locales/de_CH index f7c7e8bcc2..7ddb580ad3 100644 --- a/localedata/locales/de_CH +++ b/localedata/locales/de_CH @@ -61,8 +61,8 @@ END LC_MESSAGES LC_MONETARY int_curr_symbol "" currency_symbol "" -mon_decimal_point "" -mon_thousands_sep "" +mon_decimal_point "" +mon_thousands_sep "" mon_grouping 3;3 positive_sign "" negative_sign "" @@ -77,7 +77,9 @@ n_sign_posn 4 END LC_MONETARY LC_NUMERIC -copy "de_DE" +decimal_point "" +thousands_sep "" +grouping 3;3 END LC_NUMERIC LC_TIME -- cgit v1.2.3