diff options
Diffstat (limited to 'perl-install/share')
-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 c80925b73..c4d0c9722 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -5,7 +5,7 @@ PMSCFILES = $(PMSFILES:%=%_.c) # temporarly don't include ar.po,br.po,cy.po,ga.po,is.po,ro.po,sl.po # (too low translation percentage) -POFILES = $(shell ls *.po|grep -v '\(ar.po\|cy.po\|ga.po\|is.po\|ro.po\|sl.po\)') +POFILES = $(shell ls *.po|grep -v '\(ar.po\|ga.po\|is.po\|ro.po\|sl.po\)') MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) |