diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-08 22:49:38 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-08 22:49:38 +0000 |
| commit | 83ce2f37ee1d1b5b945ba30629e52ab533a7daf2 (patch) | |
| tree | e8f8d170b259ba501942d096894d624da8258539 /share/msgdef | |
| parent | b7f1ecf4ec52e507d082a1d9bff3feb1c21c4b09 (diff) | |
Notes
Diffstat (limited to 'share/msgdef')
| -rw-r--r-- | share/msgdef/Makefile | 1 | ||||
| -rw-r--r-- | share/msgdef/nl_NL.ISO_8859-9.src | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 84da288f7cc23..c58cc9adfd0c8 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 0000000000000..a87da07feee20 --- /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 |
