summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee/Makefile
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-09-22 20:20:28 +0000
committerwosch <wosch@FreeBSD.org>1997-09-22 20:20:28 +0000
commit7b4314264409d1e501bab47a055ac78daf5f3ac7 (patch)
tree75bb289e2fcc6388251f83693ee8b1b6f8742508 /usr.bin/ee/Makefile
parent7b76204e6668238af8e09db1a746654e6b676ca0 (diff)
downloadFreeBSD-src-7b4314264409d1e501bab47a055ac78daf5f3ac7.zip
FreeBSD-src-7b4314264409d1e501bab47a055ac78daf5f3ac7.tar.gz
Polish message catalogs for ee.
Still buggy. Help messages and command names are not in sync, eg. 'quit' <-> 'KONIEC'. Submitted by: abial@warman.org.pl PR: 4522
Diffstat (limited to 'usr.bin/ee/Makefile')
-rw-r--r--usr.bin/ee/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile
index ff64348..0848847 100644
--- a/usr.bin/ee/Makefile
+++ b/usr.bin/ee/Makefile
@@ -7,7 +7,7 @@ MLINKS= ee.1 ree.1
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
LDADD= -lncurses -lmytinfo
-LANGS= en_US.ISO_8859-1 fr_FR.ISO_8859-1 de_DE.ISO_8859-1
+LANGS= en_US.ISO_8859-1 fr_FR.ISO_8859-1 de_DE.ISO_8859-1 pl_PL.ISO_8859-2
FILES= ${LANGS:S/$/.ee.cat/}
CLEANFILES+= ${FILES}
OpenPOWER on IntegriCloud