From f13568e414d095f23cc227e8dbc79e9cc486a1bf Mon Sep 17 00:00:00 2001 From: asmodai Date: Thu, 8 Feb 2001 22:49:38 +0000 Subject: Add LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions for nl_NL.ISO_8859-9. --- share/monetdef/Makefile | 1 + share/monetdef/nl_NL.ISO_8859-9.src | 36 +++++++++++++++++++++++++++++++++++ share/msgdef/Makefile | 1 + share/msgdef/nl_NL.ISO_8859-9.src | 10 ++++++++++ share/numericdef/Makefile | 1 + share/numericdef/nl_NL.ISO-8859-9.src | 12 ++++++++++++ 6 files changed, 61 insertions(+) create mode 100644 share/monetdef/nl_NL.ISO_8859-9.src create mode 100644 share/msgdef/nl_NL.ISO_8859-9.src create mode 100644 share/numericdef/nl_NL.ISO-8859-9.src diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index a4c6ff4..1424e92 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -4,6 +4,7 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= en_US.ISO_8859-1 \ + nl_NL.ISO_8859-9 \ ru_RU.KOI8-R LOCALEDIR= ${DESTDIR}/usr/share/locale diff --git a/share/monetdef/nl_NL.ISO_8859-9.src b/share/monetdef/nl_NL.ISO_8859-9.src new file mode 100644 index 0000000..acf7cc1 --- /dev/null +++ b/share/monetdef/nl_NL.ISO_8859-9.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/msgdef/Makefile b/share/msgdef/Makefile index 84da288..c58cc9a 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -4,6 +4,7 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= en_US.ISO_8859-1 \ + nl_NL.ISO_8859-9 \ ru_RU.KOI8-R LOCALEDIR= ${DESTDIR}/usr/share/locale diff --git a/share/msgdef/nl_NL.ISO_8859-9.src b/share/msgdef/nl_NL.ISO_8859-9.src new file mode 100644 index 0000000..a87da07 --- /dev/null +++ b/share/msgdef/nl_NL.ISO_8859-9.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 466f1cc..3b9dbe1 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -4,6 +4,7 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= en_US.ISO_8859-1 \ + nl_NL.ISO_8859-9 \ ru_RU.KOI8-R LOCALEDIR= ${DESTDIR}/usr/share/locale diff --git a/share/numericdef/nl_NL.ISO-8859-9.src b/share/numericdef/nl_NL.ISO-8859-9.src new file mode 100644 index 0000000..77ab0aa --- /dev/null +++ b/share/numericdef/nl_NL.ISO-8859-9.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 +0;0 +# EOF -- cgit v1.1