diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-09-18 11:50:41 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-09-18 11:50:41 +0000 |
commit | e2ac473435c87801298d909b54d7b95832428fdd (patch) | |
tree | 111d85e40fe548ce620cfbb0b2342f2cd099125c /perl-install/share/po/Makefile | |
parent | 2663cd77492f2f60b8af852f7559ebd77d6585b1 (diff) | |
download | drakx-e2ac473435c87801298d909b54d7b95832428fdd.tar drakx-e2ac473435c87801298d909b54d7b95832428fdd.tar.gz drakx-e2ac473435c87801298d909b54d7b95832428fdd.tar.bz2 drakx-e2ac473435c87801298d909b54d7b95832428fdd.tar.xz drakx-e2ac473435c87801298d909b54d7b95832428fdd.zip |
Arabic and Farsi po files not used at install, as there
isn't available font during install
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r-- | perl-install/share/po/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 401d7114d..29281efdc 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -4,7 +4,8 @@ PMSFILES = $(wildcard $(ALLPMS:%=../../%)) # temporarly don't include those po files # (too low translation percentage) -POFILES = $(shell ls *.po|grep -v '\(ar.po\|ga.po\|sl.po\)') +# ar.po and fa.po are disabled as arabic font doesn't work on install +POFILES = $(shell ls *.po|grep -v '\(ar.po\|fa.po\|ga.po\|sl.po\)') MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) |