diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-09 12:21:17 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-09 12:21:17 +0000 |
| commit | ee26c8fcb7d6313fbfaa3f876ffeb083947c232b (patch) | |
| tree | 0c8a8072272a82ff7e96b32ac3e84f4f4c45c235 /share/msgdef | |
| parent | 26f019caddd9b76423c95b5c8aa3168c1297d2e3 (diff) | |
Notes
Diffstat (limited to 'share/msgdef')
| -rw-r--r-- | share/msgdef/Makefile | 1 | ||||
| -rw-r--r-- | share/msgdef/de_DE.ISO8859-1.src | 10 | ||||
| -rw-r--r-- | share/msgdef/de_DE.ISO_8859-1.src | 10 |
3 files changed, 21 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index b7895476139fb..7e53371ae5eca 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -4,6 +4,7 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= da_DK.ISO_8859-1 \ + de_DE.ISO_8859-1 \ en_US.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ diff --git a/share/msgdef/de_DE.ISO8859-1.src b/share/msgdef/de_DE.ISO8859-1.src new file mode 100644 index 0000000000000..a87da07feee20 --- /dev/null +++ b/share/msgdef/de_DE.ISO8859-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 diff --git a/share/msgdef/de_DE.ISO_8859-1.src b/share/msgdef/de_DE.ISO_8859-1.src new file mode 100644 index 0000000000000..a87da07feee20 --- /dev/null +++ b/share/msgdef/de_DE.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 |
