From a0e760c0219c96594b3801a0df8be15ae1e6e1e0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sat, 28 May 2011 23:25:49 +0000 Subject: skip english translations for non-english regions --- config/auto_inst.cfg.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 4916f29..8897ec8 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -100,6 +100,12 @@ $o = { if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|americas)\b/, 'kde-l10n-en_US', 'myspell-en_US', ), + if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|americas|europe1)\b/, + 'libreoffice-langpack-en', + 'autocorr-en', 'hunspell-en', 'hyphen-en', 'mythes-en', + /^firefox-en_/, + /^myspell-en_/, + ), if_($ENV{DRAKLIVE_PRODUCT} !~ /liveusb-rw/i, 'task-printing-scanning'), 'qtradio', 'kradio', 'system-config-printer', -- cgit v1.2.1