From c8ecb73bb6de4c9eff54dd7f9d2fbfff9e0a7ec2 Mon Sep 17 00:00:00 2001 From: phantom Date: Tue, 12 Feb 2002 18:23:21 +0000 Subject: Unbreak fr_BE locale Found by: tools/diag/localeck --- share/monetdef/Makefile | 11 ++++++----- share/monetdef/fr_BE.ISO8859-1.src | 36 ++++++++++++++++++++++++++++++++++++ share/msgdef/Makefile | 3 ++- share/msgdef/fr_BE.ISO8859-1.src | 10 ++++++++++ share/numericdef/Makefile | 3 ++- share/numericdef/fr_BE.ISO8859-1.src | 12 ++++++++++++ 6 files changed, 68 insertions(+), 7 deletions(-) create mode 100644 share/monetdef/fr_BE.ISO8859-1.src create mode 100644 share/msgdef/fr_BE.ISO8859-1.src create mode 100644 share/numericdef/fr_BE.ISO8859-1.src (limited to 'share') diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 1b66ff1..41e5baf 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -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 diff --git a/share/monetdef/fr_BE.ISO8859-1.src b/share/monetdef/fr_BE.ISO8859-1.src new file mode 100644 index 0000000..b90d546 --- /dev/null +++ b/share/monetdef/fr_BE.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) +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 diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 4843f42..5ef315d 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -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 diff --git a/share/msgdef/fr_BE.ISO8859-1.src b/share/msgdef/fr_BE.ISO8859-1.src new file mode 100644 index 0000000..14f8e23 --- /dev/null +++ b/share/msgdef/fr_BE.ISO8859-1.src @@ -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 diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 01fcb7a..bb2831f 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -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 diff --git a/share/numericdef/fr_BE.ISO8859-1.src b/share/numericdef/fr_BE.ISO8859-1.src new file mode 100644 index 0000000..f182a55 --- /dev/null +++ b/share/numericdef/fr_BE.ISO8859-1.src @@ -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 -- cgit v1.1