summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-09-18 11:50:41 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-09-18 11:50:41 +0000
commite2ac473435c87801298d909b54d7b95832428fdd (patch)
tree111d85e40fe548ce620cfbb0b2342f2cd099125c
parent2663cd77492f2f60b8af852f7559ebd77d6585b1 (diff)
downloaddrakx-backup-do-not-use-e2ac473435c87801298d909b54d7b95832428fdd.tar
drakx-backup-do-not-use-e2ac473435c87801298d909b54d7b95832428fdd.tar.gz
drakx-backup-do-not-use-e2ac473435c87801298d909b54d7b95832428fdd.tar.bz2
drakx-backup-do-not-use-e2ac473435c87801298d909b54d7b95832428fdd.tar.xz
drakx-backup-do-not-use-e2ac473435c87801298d909b54d7b95832428fdd.zip
Arabic and Farsi po files not used at install, as there
isn't available font during install
-rw-r--r--perl-install/share/po/Makefile3
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=%)