From 61b70e411420ccdc1d55bc89b845b7533b3ed81a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 18 Sep 2003 13:12:55 +0000 Subject: don't remove some po's from drakxtools, only from install (ar/fa disabled because not working at install, ga/sl not translated enough) --- perl-install/share/po/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'perl-install/share') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 29281efdc..ad4860d9b 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -2,11 +2,7 @@ include ../../Makefile.config PMSFILES = $(wildcard $(ALLPMS:%=../../%)) -# temporarly don't include those po files -# (too low translation percentage) -# ar.po and fa.po are disabled as arabic font doesn't work on install -POFILES = $(shell ls *.po|grep -v '\(ar.po\|fa.po\|ga.po\|sl.po\)') - +POFILES = $(wildcard *.po) MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) -- cgit v1.2.1