diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-02 14:35:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-02 14:35:00 +0000 |
commit | 261d3cb4652fd2ed70613a0ef9a5a5d9daf15b5c (patch) | |
tree | 4156520a2e73e67c8c9242d181afe38c1f4d469d /perl-install | |
parent | 91552f40925747de698363f0f3d43012f8437a43 (diff) | |
download | drakx-261d3cb4652fd2ed70613a0ef9a5a5d9daf15b5c.tar drakx-261d3cb4652fd2ed70613a0ef9a5a5d9daf15b5c.tar.gz drakx-261d3cb4652fd2ed70613a0ef9a5a5d9daf15b5c.tar.bz2 drakx-261d3cb4652fd2ed70613a0ef9a5a5d9daf15b5c.tar.xz drakx-261d3cb4652fd2ed70613a0ef9a5a5d9daf15b5c.zip |
do not translate in arabic during install since there's no font available
Diffstat (limited to 'perl-install')
-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 7c0e9081d..401d7114d 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\|sl.po\)') +POFILES = $(shell ls *.po|grep -v '\(ar.po\|ga.po\|sl.po\)') MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) |