diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-11 10:45:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-11 10:45:02 +0000 |
commit | cbcc60c8573059fcefdc2532693595490840e700 (patch) | |
tree | 2808ea4867f4525fb07de950001102811660063c /perl-install/any.pm | |
parent | d072329c9629050e2ed32af7b0366f87d73eae77 (diff) | |
download | drakx-cbcc60c8573059fcefdc2532693595490840e700.tar drakx-cbcc60c8573059fcefdc2532693595490840e700.tar.gz drakx-cbcc60c8573059fcefdc2532693595490840e700.tar.bz2 drakx-cbcc60c8573059fcefdc2532693595490840e700.tar.xz drakx-cbcc60c8573059fcefdc2532693595490840e700.zip |
show advanced languages by default
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 1a82fd2c0..1d7d34f43 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -731,6 +731,7 @@ sub selectLanguage { advanced_messages => formatAlaTeX(N("Mandrakelinux can support multiple languages. Select the languages you would like to install. They will be available when your installation is complete and you restart your system.")), + advanced_state => 1, callbacks => { advanced => sub { $langs->{$listval2val->($lang)} = 1 }, changed => sub { if ($last_utf8 == $in->{locale}{utf8}) { |