Add es_ES.

This commit is contained in:
Jose M. Alcaide 2001-04-29 00:38:26 +00:00
parent dad32714ad
commit 3720cf092c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76112
9 changed files with 119 additions and 0 deletions

View File

@ -14,6 +14,7 @@ LOCALES= af_ZA.ISO_8859-1 \
en_GB.ISO_8859-1 \
en_NZ.ISO_8859-1 \
en_US.ISO_8859-1 \
es_ES.ISO_8859-1 \
et_EE.ISO_8859-15 \
fi_FI.ISO_8859-1 \
fr_FR.ISO_8859-1 \

View File

@ -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)
ESP
# currency_symbol
Pts
# 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

View File

@ -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)
ESP
# currency_symbol
Pts
# 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

View File

@ -11,6 +11,7 @@ LOCALES= af_ZA.ISO_8859-1 \
en_CA.ISO_8859-1 \
en_GB.ISO_8859-1 \
en_US.ISO_8859-1 \
es_ES.ISO_8859-1 \
et_EE.ISO_8859-15 \
fi_FI.ISO_8859-1 \
fr_CH.ISO_8859-1 \

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[sSyY].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[sSyY].*
# noexpr
^[nN].*
# EOF

View File

@ -9,6 +9,7 @@ LOCALES= af_ZA.ISO_8859-1 \
de_DE.ISO_8859-1 \
el_GR.ISO_8859-7 \
en_US.ISO_8859-1 \
es_ES.ISO_8859-1 \
et_EE.ISO_8859-15 \
fi_FI.ISO_8859-1 \
fr_FR.ISO_8859-1 \

View File

@ -0,0 +1,12 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# decimal_point
,
# thousands_sep
# grouping, separated by ;
-1
# EOF

View File

@ -0,0 +1,12 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# decimal_point
,
# thousands_sep
# grouping, separated by ;
-1
# EOF