summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/share/po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile
index deb856d88..3166e9447 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\|is.po\|sl.po\)')
+POFILES = $(shell ls *.po|grep -v '\(ga.po\|is.po\|sl.po\)')
MOFILES = $(POFILES:%.po=%.mo)
LANGS = $(POFILES:%.po=%)