diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-08 23:06:11 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-08 23:06:11 +0000 |
commit | 3475ac94082cb466dbe048767521e8b7453101f0 (patch) | |
tree | ad2c3318e6c1a6eced2234158cd1f6f6da6a4dea /share/numericdef | |
parent | 38a15079cdaa8e4c8afb6e2d946e1d02a9b4de39 (diff) | |
download | FreeBSD-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/numericdef')
-rw-r--r-- | share/numericdef/Makefile | 2 | ||||
-rw-r--r-- | share/numericdef/nl_NL.ISO-8859-1.src (renamed from share/numericdef/nl_NL.ISO-8859-9.src) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 3b9dbe1..64ad2ad 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/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/numericdef/nl_NL.ISO-8859-9.src b/share/numericdef/nl_NL.ISO-8859-1.src index 77ab0aa..77ab0aa 100644 --- a/share/numericdef/nl_NL.ISO-8859-9.src +++ b/share/numericdef/nl_NL.ISO-8859-1.src |