diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-11-27 03:52:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-11-27 03:52:15 +0000 |
commit | 5d6c813948f70d823f3a84a0c96931ec7013f0c7 (patch) | |
tree | d1b5cd6147527d9893a7ea97759fecd1fa147acc /localedata/locales | |
parent | 8e9b2075ba1d6ce2ab82c2eb2547e2c2ef3ecca8 (diff) | |
download | glibc-5d6c813948f70d823f3a84a0c96931ec7013f0c7.tar glibc-5d6c813948f70d823f3a84a0c96931ec7013f0c7.tar.gz glibc-5d6c813948f70d823f3a84a0c96931ec7013f0c7.tar.bz2 glibc-5d6c813948f70d823f3a84a0c96931ec7013f0c7.zip |
Update.
2001-11-26 Ulrich Drepper <drepper@redhat.com>
* locales/de_CH: Define decimal point to '.' and thousands
separator to ' '. Patch by Niklaus Giger <ngiger@mus.ch>.
Diffstat (limited to 'localedata/locales')
-rw-r--r-- | localedata/locales/de_CH | 8 |
1 files changed, 5 insertions, 3 deletions
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 "<U0043><U0048><U0046><U0020>" currency_symbol "<U0046><U0072><U002E>" -mon_decimal_point "<U002C>" -mon_thousands_sep "<U002E>" +mon_decimal_point "<U002E>" +mon_thousands_sep "<U0020>" mon_grouping 3;3 positive_sign "" negative_sign "<U002D>" @@ -77,7 +77,9 @@ n_sign_posn 4 END LC_MONETARY LC_NUMERIC -copy "de_DE" +decimal_point "<U002E>" +thousands_sep "<U0020>" +grouping 3;3 END LC_NUMERIC LC_TIME |