diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-09 12:39:32 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-09 12:39:32 +0000 |
| commit | 960395e546486c59b995a41c0f3be89dc417a076 (patch) | |
| tree | 1d0f5ca4547abef5c7964853927661a006daedfa /share/msgdef | |
| parent | 83c8e2adabd1672af1bb98d2833de098a67a2db1 (diff) | |
Notes
Diffstat (limited to 'share/msgdef')
| -rw-r--r-- | share/msgdef/Makefile | 3 | ||||
| -rw-r--r-- | share/msgdef/af_ZA.ISO8859-1.src | 10 | ||||
| -rw-r--r-- | share/msgdef/af_ZA.ISO_8859-1.src | 10 |
3 files changed, 22 insertions, 1 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 871138d43a39..91365c2e4319 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -3,7 +3,8 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} -LOCALES= da_DK.ISO_8859-1 \ +LOCALES= af_ZA.ISO_8859-1 \ + da_DK.ISO_8859-1 \ de_DE.ISO_8859-1 \ en_US.ISO_8859-1 \ fr_FR.ISO_8859-1 \ diff --git a/share/msgdef/af_ZA.ISO8859-1.src b/share/msgdef/af_ZA.ISO8859-1.src new file mode 100644 index 000000000000..a87da07feee2 --- /dev/null +++ b/share/msgdef/af_ZA.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/af_ZA.ISO_8859-1.src b/share/msgdef/af_ZA.ISO_8859-1.src new file mode 100644 index 000000000000..a87da07feee2 --- /dev/null +++ b/share/msgdef/af_ZA.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 |
