diff options
author | phantom <phantom@FreeBSD.org> | 2002-02-12 18:23:21 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2002-02-12 18:23:21 +0000 |
commit | c8ecb73bb6de4c9eff54dd7f9d2fbfff9e0a7ec2 (patch) | |
tree | c86d1024302b6ea18d6d0283da654f2f99b9b4a4 /share/numericdef | |
parent | 5b9c5786a7bbe9a3b0306076f8a17fc0bbcabdd7 (diff) | |
download | FreeBSD-src-c8ecb73bb6de4c9eff54dd7f9d2fbfff9e0a7ec2.zip FreeBSD-src-c8ecb73bb6de4c9eff54dd7f9d2fbfff9e0a7ec2.tar.gz |
Unbreak fr_BE locale
Found by: tools/diag/localeck
Diffstat (limited to 'share/numericdef')
-rw-r--r-- | share/numericdef/Makefile | 3 | ||||
-rw-r--r-- | share/numericdef/fr_BE.ISO8859-1.src | 12 |
2 files changed, 14 insertions, 1 deletions
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 |