diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-03-10 17:14:39 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-03-10 17:14:39 +0000 |
commit | 86eae05734a098e49dbd2dd1f902ddf50a51923e (patch) | |
tree | 0e8058c1a19dfa21f7b6c5f60f9fcd3391792a97 /perl-install/share/po/Makefile | |
parent | b1013459f88be91ce90bb75e46109b7311f36654 (diff) | |
download | drakx-86eae05734a098e49dbd2dd1f902ddf50a51923e.tar drakx-86eae05734a098e49dbd2dd1f902ddf50a51923e.tar.gz drakx-86eae05734a098e49dbd2dd1f902ddf50a51923e.tar.bz2 drakx-86eae05734a098e49dbd2dd1f902ddf50a51923e.tar.xz drakx-86eae05734a098e49dbd2dd1f902ddf50a51923e.zip |
updated Welsh, Icelandic, Italian, Norwegian
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..7c0e9081d 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\|sl.po\)') MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) |