summaryrefslogtreecommitdiffstats
path: root/share/monetdef
diff options
context:
space:
mode:
Diffstat (limited to 'share/monetdef')
-rw-r--r--share/monetdef/Makefile7
-rw-r--r--share/monetdef/ca_ES.ISO8859-1.src36
2 files changed, 40 insertions, 3 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index 5017dce..dad9d4e 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -5,6 +5,7 @@ CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= af_ZA.ISO8859-1 \
bg_BG.CP1251 \
+ ca_ES.ISO8859-1 \
cs_CZ.ISO8859-2 \
da_DK.ISO8859-1 \
de_AT.ISO8859-1 \
@@ -54,9 +55,9 @@ 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_CH de_DE en_AU en_CA en_GB en_NZ en_US \
- es_ES fi_FI fr_BE fr_CA fr_CH fr_FR is_IS is_IS it_IT it_CH \
- nl_BE nl_NL no_NO pt_PT sv_SE
+LATIN15LINKS= af_ZA ca_ES da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_NZ \
+ en_US es_ES fi_FI fr_BE fr_CA fr_CH fr_FR is_IS is_IS it_IT \
+ it_CH nl_BE nl_NL no_NO pt_PT sv_SE
CH_SRC= de_CH
CH_LINKS= fr_CH it_CH
diff --git a/share/monetdef/ca_ES.ISO8859-1.src b/share/monetdef/ca_ES.ISO8859-1.src
new file mode 100644
index 0000000..c6b2a13
--- /dev/null
+++ b/share/monetdef/ca_ES.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)
+EUR
+# currency_symbol
+Eu
+# mon_decimal_point
+,
+# mon_thousands_sep
+.
+# mon_grouping, separated by ;
+3;3
+# positive_sign
+
+# negative_sign
+-
+# int_frac_digits
+0
+# frac_digits
+0
+# p_cs_precedes
+1
+# p_sep_by_space
+1
+# n_cs_precedes
+1
+# n_sep_by_space
+1
+# p_sign_posn
+1
+# n_sign_posn
+1
+# EOF
OpenPOWER on IntegriCloud