diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-24 07:28:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-24 07:28:27 +0000 |
commit | 34a15e61e019c0aaa6b56c79b75ddb0ded49f590 (patch) | |
tree | 7edf0e437a735a5dacc2e6bea4dc063cc1f1e415 /localedata/locales/de_CH | |
parent | 396d3fa99356b179c503dfb2fe7865c339ab4a44 (diff) | |
download | glibc-34a15e61e019c0aaa6b56c79b75ddb0ded49f590.tar.gz glibc-34a15e61e019c0aaa6b56c79b75ddb0ded49f590.tar.xz glibc-34a15e61e019c0aaa6b56c79b75ddb0ded49f590.zip |
[BZ #2349] cvs/fedora-glibc-20060424T0820
2006-04-24 Ulrich Drepper <drepper@redhat.com> [BZ #2349] * locales/de_CH: Change thousand separator to '.
Diffstat (limited to 'localedata/locales/de_CH')
-rw-r--r-- | localedata/locales/de_CH | 4 |
1 files 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 "<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 |