From 3475ac94082cb466dbe048767521e8b7453101f0 Mon Sep 17 00:00:00 2001 From: asmodai Date: Thu, 8 Feb 2001 23:06:11 +0000 Subject: Apply clue to mind and correct the ISO setting to the correct one. This adds LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for nl_NL locales. --- share/monetdef/Makefile | 2 +- share/monetdef/nl_NL.ISO8859-1.src | 36 ++++++++++++++++++++++++++++++++++++ share/monetdef/nl_NL.ISO_8859-1.src | 36 ++++++++++++++++++++++++++++++++++++ share/monetdef/nl_NL.ISO_8859-9.src | 36 ------------------------------------ 4 files changed, 73 insertions(+), 37 deletions(-) create mode 100644 share/monetdef/nl_NL.ISO8859-1.src create mode 100644 share/monetdef/nl_NL.ISO_8859-1.src delete mode 100644 share/monetdef/nl_NL.ISO_8859-9.src (limited to 'share/monetdef') diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 1424e92..28fd8f6 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -4,7 +4,7 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= en_US.ISO_8859-1 \ - nl_NL.ISO_8859-9 \ + nl_NL.ISO_8859-1 \ ru_RU.KOI8-R LOCALEDIR= ${DESTDIR}/usr/share/locale diff --git a/share/monetdef/nl_NL.ISO8859-1.src b/share/monetdef/nl_NL.ISO8859-1.src new file mode 100644 index 0000000..acf7cc1 --- /dev/null +++ b/share/monetdef/nl_NL.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 +NLG +# currency_symbol +fl +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +1 +# n_cs_precedes +1 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +2 +# EOF diff --git a/share/monetdef/nl_NL.ISO_8859-1.src b/share/monetdef/nl_NL.ISO_8859-1.src new file mode 100644 index 0000000..acf7cc1 --- /dev/null +++ b/share/monetdef/nl_NL.ISO_8859-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 +NLG +# currency_symbol +fl +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +1 +# n_cs_precedes +1 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +2 +# EOF diff --git a/share/monetdef/nl_NL.ISO_8859-9.src b/share/monetdef/nl_NL.ISO_8859-9.src deleted file mode 100644 index acf7cc1..0000000 --- a/share/monetdef/nl_NL.ISO_8859-9.src +++ /dev/null @@ -1,36 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# int_curr_symbol -NLG -# currency_symbol -fl -# mon_decimal_point -, -# mon_thousands_sep - -# mon_grouping -3;3 -# positive_sign - -# negative_sign -- -# int_frac_digits -2 -# frac_digits -2 -# p_cs_precedes -1 -# p_sep_by_space -1 -# n_cs_precedes -1 -# n_sep_by_space -1 -# p_sign_posn -1 -# n_sign_posn -2 -# EOF -- cgit v1.1