diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2002-02-12 18:40:57 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2002-02-12 18:40:57 +0000 |
commit | 0b5791ef261dd9e917485fd6b6a20806152c4b86 (patch) | |
tree | 0b1b1cfc8258e98a7349ea9e04be33b18dd33a57 /share/monetdef | |
parent | 3cbeb9758d7c0d8d64e74d5c3713af32caf7e5c3 (diff) | |
download | src-test-0b5791ef261dd9e917485fd6b6a20806152c4b86.tar.gz src-test-0b5791ef261dd9e917485fd6b6a20806152c4b86.zip |
Notes
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 3 | ||||
-rw-r--r-- | share/monetdef/nl_BE.ISO8859-1.src | 36 |
2 files changed, 38 insertions, 1 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 41e5baff6cb30..cd5323f6aac00 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 0000000000000..1c17e83b141f5 --- /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 |