diff options
Diffstat (limited to 'share/monetdef/de_CH.ISO8859-1.src')
-rw-r--r-- | share/monetdef/de_CH.ISO8859-1.src | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/share/monetdef/de_CH.ISO8859-1.src b/share/monetdef/de_CH.ISO8859-1.src new file mode 100644 index 000000000000..9bb3e8e23cd4 --- /dev/null +++ b/share/monetdef/de_CH.ISO8859-1.src @@ -0,0 +1,36 @@ +# $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 |