summaryrefslogtreecommitdiffstats
path: root/share/monetdef
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2002-02-12 18:40:57 +0000
committerphantom <phantom@FreeBSD.org>2002-02-12 18:40:57 +0000
commit34c0145ee3ec3a499012c5105a99caf53eced3ee (patch)
tree0b1b1cfc8258e98a7349ea9e04be33b18dd33a57 /share/monetdef
parent6309c679bd4dd017e4ded736e1eeeb9504f8715a (diff)
downloadFreeBSD-src-34c0145ee3ec3a499012c5105a99caf53eced3ee.zip
FreeBSD-src-34c0145ee3ec3a499012c5105a99caf53eced3ee.tar.gz
Unbreak nl_BE locales
Found by: tools/diag/localeck
Diffstat (limited to 'share/monetdef')
-rw-r--r--share/monetdef/Makefile3
-rw-r--r--share/monetdef/nl_BE.ISO8859-1.src36
2 files changed, 38 insertions, 1 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index 41e5baf..cd5323f 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -29,6 +29,7 @@ LOCALES= af_ZA.ISO8859-1 \
it_IT.ISO8859-1 \
ja_JP.eucJP \
ko_KR.eucKR \
+ nl_BE.ISO8859-1 \
nl_NL.ISO8859-1 \
no_NO.ISO8859-1 \
pl_PL.ISO8859-2 \
@@ -51,7 +52,7 @@ 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_BE fr_CA fr_CH fr_FR is_IS is_IS it_IT it_CH \
- nl_NL no_NO pt_PT sv_SE
+ nl_BE nl_NL no_NO pt_PT sv_SE
CH_SRC= de_CH
CH_LINKS= fr_CH it_CH
diff --git a/share/monetdef/nl_BE.ISO8859-1.src b/share/monetdef/nl_BE.ISO8859-1.src
new file mode 100644
index 0000000..1c17e83
--- /dev/null
+++ b/share/monetdef/nl_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
+BF
+# 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
OpenPOWER on IntegriCloud