summaryrefslogtreecommitdiffstats
path: root/share/msgdef
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-08 23:06:11 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-08 23:06:11 +0000
commit3475ac94082cb466dbe048767521e8b7453101f0 (patch)
treead2c3318e6c1a6eced2234158cd1f6f6da6a4dea /share/msgdef
parent38a15079cdaa8e4c8afb6e2d946e1d02a9b4de39 (diff)
downloadFreeBSD-src-3475ac94082cb466dbe048767521e8b7453101f0.zip
FreeBSD-src-3475ac94082cb466dbe048767521e8b7453101f0.tar.gz
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.
Diffstat (limited to 'share/msgdef')
-rw-r--r--share/msgdef/Makefile2
-rw-r--r--share/msgdef/nl_NL.ISO8859-1.src (renamed from share/msgdef/nl_NL.ISO_8859-9.src)0
-rw-r--r--share/msgdef/nl_NL.ISO_8859-1.src10
3 files changed, 11 insertions, 1 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index c58cc9a..eeec503 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/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/msgdef/nl_NL.ISO_8859-9.src b/share/msgdef/nl_NL.ISO8859-1.src
index a87da07..a87da07 100644
--- a/share/msgdef/nl_NL.ISO_8859-9.src
+++ b/share/msgdef/nl_NL.ISO8859-1.src
diff --git a/share/msgdef/nl_NL.ISO_8859-1.src b/share/msgdef/nl_NL.ISO_8859-1.src
new file mode 100644
index 0000000..a87da07
--- /dev/null
+++ b/share/msgdef/nl_NL.ISO_8859-1.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
OpenPOWER on IntegriCloud