diff options
-rw-r--r-- | perl-install/share/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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=%) |