summaryrefslogtreecommitdiffstats
path: root/share/monetdef
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2001-12-25 18:50:49 +0000
committerphantom <phantom@FreeBSD.org>2001-12-25 18:50:49 +0000
commiteeadf952e32cc17ebf624c9e2531aa8f5c00c0a6 (patch)
tree06f1255c45f1b8ea20e744f1795a14fc840b1a1b /share/monetdef
parent2dad4bac4704aa2fa4463493379062a6a4d37cdc (diff)
downloadFreeBSD-src-eeadf952e32cc17ebf624c9e2531aa8f5c00c0a6.zip
FreeBSD-src-eeadf952e32cc17ebf624c9e2531aa8f5c00c0a6.tar.gz
Unbreak de_CH.ISO8859-{1,15} locales (add missing categories defintions)
Diffstat (limited to 'share/monetdef')
-rw-r--r--share/monetdef/Makefile3
-rw-r--r--share/monetdef/de_CH.ISO8859-1.src36
2 files changed, 38 insertions, 1 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index d5feb6e..de16af0 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -8,6 +8,7 @@ LOCALES= af_ZA.ISO8859-1 \
cs_CZ.ISO8859-2 \
da_DK.ISO8859-1 \
de_AT.ISO8859-1 \
+ de_CH.ISO8859-1 \
de_DE.ISO8859-1 \
el_GR.ISO8859-7 \
en_AU.ISO8859-1 \
@@ -46,7 +47,7 @@ LOCALES= af_ZA.ISO8859-1 \
LOCALEDIR= ${DESTDIR}/usr/share/locale
ASCIILINKS= en_AU en_CA en_GB en_NZ en_US
-LATIN15LINKS= af_ZA da_DK de_AT de_DE en_AU en_CA en_GB en_NZ en_US \
+LATIN15LINKS= af_ZA da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_NZ en_US \
es_ES fi_FI fr_CA fr_FR is_IS is_IS it_IT nl_NL no_NO \
pt_PT sv_SE
diff --git a/share/monetdef/de_CH.ISO8859-1.src b/share/monetdef/de_CH.ISO8859-1.src
new file mode 100644
index 0000000..9bb3e8e
--- /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
OpenPOWER on IntegriCloud