From e2ac473435c87801298d909b54d7b95832428fdd Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 18 Sep 2003 11:50:41 +0000 Subject: Arabic and Farsi po files not used at install, as there isn't available font during install --- perl-install/share/po/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 401d7114d..29281efdc 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -4,7 +4,8 @@ PMSFILES = $(wildcard $(ALLPMS:%=../../%)) # temporarly don't include those po files # (too low translation percentage) -POFILES = $(shell ls *.po|grep -v '\(ar.po\|ga.po\|sl.po\)') +# 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\)') MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) -- cgit v1.2.1