summaryrefslogtreecommitdiffstats
path: root/share/monetdef
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-12-30 09:09:58 +0000
committerache <ache@FreeBSD.org>2002-12-30 09:09:58 +0000
commiteb7d34a1e18d6aa6a5d4a3ee4673a9d2d68a2710 (patch)
tree4af7335a0b63ca6eba1341f109f0372fcf90d563 /share/monetdef
parent1a6e942ead92be6006e9e5a578ff67bd97af457c (diff)
downloadFreeBSD-src-eb7d34a1e18d6aa6a5d4a3ee4673a9d2d68a2710.zip
FreeBSD-src-eb7d34a1e18d6aa6a5d4a3ee4673a9d2d68a2710.tar.gz
Add ca_ES locale
PR: 45874 Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org>
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