Unbreak fr_BE locale

Found by: tools/diag/localeck
This commit is contained in:
Alexey Zelkin 2002-02-12 18:23:21 +00:00
parent 391140a1b7
commit 9fa950f1b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90583
6 changed files with 68 additions and 7 deletions

View File

@ -19,6 +19,7 @@ LOCALES= af_ZA.ISO8859-1 \
es_ES.ISO8859-1 \
et_EE.ISO8859-15 \
fi_FI.ISO8859-1 \
fr_BE.ISO8859-1 \
fr_CA.ISO8859-1 \
fr_FR.ISO8859-1 \
hi_IN.ISCII-DEV \
@ -49,11 +50,11 @@ 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_CA fr_CH fr_FR is_IS is_IS it_IT it_CH \
es_ES fi_FI fr_BE fr_CA fr_CH fr_FR is_IS is_IS it_IT it_CH \
nl_NL no_NO pt_PT sv_SE
CHSRC= de_CH
CHLINKS= fr_CH it_CH
CH_SRC= de_CH
CH_LINKS= fr_CH it_CH
.SUFFIXES: .src .out
@ -75,8 +76,8 @@ afterinstall:
ln -sf ../${link}.ISO8859-1/LC_MONETARY \
${LOCALEDIR}/${link}.US-ASCII/LC_MONETARY
.endfor
.for link in ${CHLINKS}
ln -sf ../${CHSRC}.ISO8859-1/LC_MONETARY \
.for link in ${CH_LINKS}
ln -sf ../${CH_SRC}.ISO8859-1/LC_MONETARY \
${LOCALEDIR}/${link}.ISO8859-1/LC_MONETARY
.endfor

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)
BEF
# currency_symbol
FB
# 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
0
# p_sep_by_space
1
# n_cs_precedes
0
# n_sep_by_space
1
# p_sign_posn
1
# n_sign_posn
1
# EOF

View File

@ -15,6 +15,7 @@ LOCALES= af_ZA.ISO8859-1 \
es_ES.ISO8859-1 \
et_EE.ISO8859-15 \
fi_FI.ISO8859-1 \
fr_BE.ISO8859-1 \
fr_CH.ISO8859-1 \
fr_FR.ISO8859-1 \
hi_IN.ISCII-DEV \
@ -43,7 +44,7 @@ LOCALES= af_ZA.ISO8859-1 \
LOCALEDIR= ${DESTDIR}/usr/share/locale
ASCIILINKS= en_CA en_GB en_US
LATIN15LINKS= af_ZA da_DK de_DE en_CA en_GB en_US es_ES fi_FI fr_CH \
LATIN15LINKS= af_ZA da_DK de_DE en_CA en_GB en_US es_ES fi_FI fr_BE fr_CH \
fr_FR is_IS it_IT nl_NL no_NO pt_PT sv_SE
GB_LINKS= en_AU en_NZ

View File

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

View File

@ -13,6 +13,7 @@ LOCALES= af_ZA.ISO8859-1 \
es_ES.ISO8859-1 \
et_EE.ISO8859-15 \
fi_FI.ISO8859-1 \
fr_BE.ISO8859-1 \
fr_FR.ISO8859-1 \
hi_IN.ISCII-DEV \
hr_HR.ISO8859-2 \
@ -41,7 +42,7 @@ LOCALES= af_ZA.ISO8859-1 \
LOCALEDIR= ${DESTDIR}/usr/share/locale
ASCIILINKS= en_US
LATIN15LINKS= af_ZA da_DK de_DE en_US es_ES fi_FI fr_FR is_IS \
LATIN15LINKS= af_ZA da_DK de_DE en_US es_ES fi_FI fr_BE fr_FR is_IS \
it_CH it_IT nl_NL no_NO pt_PT sv_SE
US_LINKS= en_CA en_GB

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