diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-22 13:12:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-22 13:12:31 +0000 |
commit | c1e0b354cf6321a8dbae81a8cb18811ae72eede9 (patch) | |
tree | 84553982752b25de47897b9fb895aed24fe5f11d /perl-install/any.pm | |
parent | c79c5dbe21c5c17eff04213f4ae8d97aaf3f732b (diff) | |
download | drakx-backup-do-not-use-c1e0b354cf6321a8dbae81a8cb18811ae72eede9.tar drakx-backup-do-not-use-c1e0b354cf6321a8dbae81a8cb18811ae72eede9.tar.gz drakx-backup-do-not-use-c1e0b354cf6321a8dbae81a8cb18811ae72eede9.tar.bz2 drakx-backup-do-not-use-c1e0b354cf6321a8dbae81a8cb18811ae72eede9.tar.xz drakx-backup-do-not-use-c1e0b354cf6321a8dbae81a8cb18811ae72eede9.zip |
restrict the langs displayed to non utf8 during install
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index a2a81e502..e19f40bfe 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -830,7 +830,7 @@ sub selectLanguage { }, }, [ { val => \$lang, separator => '|', - format => \&lang::lang2text, list => [ lang::list() ] }, + format => \&lang::lang2text, list => [ lang::list($::isInstall) ] }, if_($langs_, (map {; { val => \$langs->{$_->[0]}, type => 'bool', disabled => sub { $langs->{all} }, text => $_->[1], advanced => 1, |