summaryrefslogtreecommitdiffstats
path: root/share/timedef
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/timedef
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/timedef')
-rw-r--r--share/timedef/Makefile3
-rw-r--r--share/timedef/ca_ES.ISO8859-1.src102
2 files changed, 104 insertions, 1 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index d6a90e0..1898688 100644
--- a/share/timedef/Makefile
+++ b/share/timedef/Makefile
@@ -4,6 +4,7 @@ NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= bg_BG.CP1251 \
+ ca_ES.ISO8859-1 \
cs_CZ.ISO8859-2 \
da_DK.ISO8859-1 \
de_AT.ISO8859-1 \
@@ -48,7 +49,7 @@ LOCALES= bg_BG.CP1251 \
LOCALEDIR= ${DESTDIR}/usr/share/locale
-LATIN15LINKS= da_DK de_AT de_DE en_GB en_US es_ES fi_FI fr_FR is_IS \
+LATIN15LINKS= ca_ES da_DK de_AT de_DE en_GB en_US es_ES fi_FI fr_FR is_IS \
it_IT la_LN nl_NL no_NO pt_PT sv_SE
DE_LINKS= de_CH
FR_LINKS= fr_BE fr_CA fr_CH
diff --git a/share/timedef/ca_ES.ISO8859-1.src b/share/timedef/ca_ES.ISO8859-1.src
new file mode 100644
index 0000000..26e319d
--- /dev/null
+++ b/share/timedef/ca_ES.ISO8859-1.src
@@ -0,0 +1,102 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# Short months names
+#
+gen
+feb
+mar
+abr
+mai
+jun
+jul
+ago
+set
+oct
+nov
+des
+#
+# Long months names
+#
+gener
+febrer
+març
+abril
+maig
+juny
+juliol
+agost
+setembre
+octubre
+novembre
+desembre
+#
+# Short weekdays names
+#
+diu
+dil
+dim
+dmc
+dij
+div
+dis
+#
+# Long weekdays names
+#
+diumenge
+dilluns
+dimarts
+dimecres
+dijous
+divendres
+dissabte
+#
+# X_fmt
+#
+%H:%M:%S
+#
+# x_fmt
+#
+%d/%m/%Y
+#
+# c_fmt
+#
+%a %e %b %X %Y
+#
+# am
+#
+AM
+#
+# pm
+#
+PM
+#
+# date_fmt
+#
+%A, %e de %B de %Y, %X %Z
+#
+# Long months names (alternative)
+#
+gener
+febrer
+març
+abril
+maig
+juny
+juliol
+agost
+setembre
+octubre
+novembre
+desembre
+#
+# md_order
+#
+dm
+#
+# ampm_fmt
+#
+%I:%M:%S %p
+# EOF
OpenPOWER on IntegriCloud