diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-02-18 21:08:36 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-02-18 21:08:36 +0000 |
commit | ee74df928227747d9c4342044e06438768c8706b (patch) | |
tree | 188eeeab7dc44643a5a9b2e1a1fffccae74935c2 /perl-install/share/po/Makefile | |
parent | bd671655350f6ffadc045e53b37978ac7022e64a (diff) | |
download | drakx-ee74df928227747d9c4342044e06438768c8706b.tar drakx-ee74df928227747d9c4342044e06438768c8706b.tar.gz drakx-ee74df928227747d9c4342044e06438768c8706b.tar.bz2 drakx-ee74df928227747d9c4342044e06438768c8706b.tar.xz drakx-ee74df928227747d9c4342044e06438768c8706b.zip |
updated pot file
Diffstat (limited to 'perl-install/share/po/Makefile')
-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 3166e9447..deb856d88 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=%) |