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