From 7b4314264409d1e501bab47a055ac78daf5f3ac7 Mon Sep 17 00:00:00 2001 From: wosch Date: Mon, 22 Sep 1997 20:20:28 +0000 Subject: 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 --- usr.bin/ee/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/ee/Makefile') 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} -- cgit v1.1