diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-16 12:21:11 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-16 12:21:11 +0000 |
| commit | a93e1d5099633cf977d4e79d0bc21c14059fac99 (patch) | |
| tree | bb78c45545c83a99ab6d16df33999aa009ae1543 /share/msgdef | |
| parent | 724f21068530f52c02c8b3ab8f2d966557349072 (diff) | |
Notes
Diffstat (limited to 'share/msgdef')
| -rw-r--r-- | share/msgdef/Makefile | 1 | ||||
| -rw-r--r-- | share/msgdef/et_EE.ISO8859-15.src | 10 | ||||
| -rw-r--r-- | share/msgdef/et_EE.ISO_8859-15.src | 10 |
3 files changed, 21 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 09204453a8c6..0895d735cbaa 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -9,6 +9,7 @@ LOCALES= af_ZA.ISO_8859-1 \ de_DE.ISO_8859-1 \ el_GR.ISO_8859-7 \ en_US.ISO_8859-1 \ + et_EE.ISO_8859-15 \ fi_FI.ISO_8859-1 \ fr_FR.ISO_8859-1 \ hu_HU.ISO_8859-2 \ diff --git a/share/msgdef/et_EE.ISO8859-15.src b/share/msgdef/et_EE.ISO8859-15.src new file mode 100644 index 000000000000..0d31afd0a2ec --- /dev/null +++ b/share/msgdef/et_EE.ISO8859-15.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[1JjYy].* +# noexpr +^[0EeNn].* +# EOF diff --git a/share/msgdef/et_EE.ISO_8859-15.src b/share/msgdef/et_EE.ISO_8859-15.src new file mode 100644 index 000000000000..0d31afd0a2ec --- /dev/null +++ b/share/msgdef/et_EE.ISO_8859-15.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[1JjYy].* +# noexpr +^[0EeNn].* +# EOF |
