From 9acfe97a2e23745372ec0157bef7904c741b2636 Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 9 Jun 2009 22:22:04 +0000 Subject: Fix LC_NUMERIC and LC_MONETARY for de_CH locale With the de_CH (swiss german) locale, numbers should look like this: numbers: 1'234.45 monetary values: Fr. 1'234.45 Previously, the thousands separator was missing for numbers, and "." for monetary values, and "," was incorrectly used as decimal point. PR: conf/75502 Submitted by: Benjamin Lutz MFC after: 1 week --- share/monetdef/de_CH.ISO8859-1.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/monetdef') diff --git a/share/monetdef/de_CH.ISO8859-1.src b/share/monetdef/de_CH.ISO8859-1.src index 9bb3e8e..d07e97c 100644 --- a/share/monetdef/de_CH.ISO8859-1.src +++ b/share/monetdef/de_CH.ISO8859-1.src @@ -8,9 +8,9 @@ CHF # currency_symbol Fr. # mon_decimal_point -, -# mon_thousands_sep . +# mon_thousands_sep +' # mon_grouping, separated by ; 3;3 # positive_sign -- cgit v1.1