From 261d3cb4652fd2ed70613a0ef9a5a5d9daf15b5c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 2 Sep 2003 14:35:00 +0000 Subject: do not translate in arabic during install since there's no font available --- perl-install/share/po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/share/po/Makefile') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 7c0e9081d..401d7114d 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -4,7 +4,7 @@ PMSFILES = $(wildcard $(ALLPMS:%=../../%)) # temporarly don't include those po files # (too low translation percentage) -POFILES = $(shell ls *.po|grep -v '\(ga.po\|sl.po\)') +POFILES = $(shell ls *.po|grep -v '\(ar.po\|ga.po\|sl.po\)') MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) -- cgit v1.2.1