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