298403f4b1
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 <benlutz@datacomm.ch> MFC after: 1 week
37 lines
449 B
Plaintext
37 lines
449 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# WARNING: spaces may be essential at the end of lines
|
|
# WARNING: empty lines are essential too
|
|
#
|
|
# int_curr_symbol (last character always SPACE)
|
|
CHF
|
|
# currency_symbol
|
|
Fr.
|
|
# mon_decimal_point
|
|
.
|
|
# mon_thousands_sep
|
|
'
|
|
# mon_grouping, separated by ;
|
|
3;3
|
|
# positive_sign
|
|
|
|
# negative_sign
|
|
-
|
|
# int_frac_digits
|
|
2
|
|
# frac_digits
|
|
2
|
|
# p_cs_precedes
|
|
1
|
|
# p_sep_by_space
|
|
1
|
|
# n_cs_precedes
|
|
1
|
|
# n_sep_by_space
|
|
1
|
|
# p_sign_posn
|
|
4
|
|
# n_sign_posn
|
|
4
|
|
# EOF
|