summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-11-30 15:22:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-11-30 15:22:41 +0000
commit6ac26c2948ede4d2e24e732e66f0e5aeb785267e (patch)
tree44d6a54f4ae7769c449490ac0fdf81e98b4f2afc /perl-install/any.pm
parent93a72d0fd18125bcc0d6277faae62f41ae154edc (diff)
downloaddrakx-backup-do-not-use-6ac26c2948ede4d2e24e732e66f0e5aeb785267e.tar
drakx-backup-do-not-use-6ac26c2948ede4d2e24e732e66f0e5aeb785267e.tar.gz
drakx-backup-do-not-use-6ac26c2948ede4d2e24e732e66f0e5aeb785267e.tar.bz2
drakx-backup-do-not-use-6ac26c2948ede4d2e24e732e66f0e5aeb785267e.tar.xz
drakx-backup-do-not-use-6ac26c2948ede4d2e24e732e66f0e5aeb785267e.zip
- localedrake:
o restrict the proposed input-methods for each language
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index efdc1b615..8c9dea9f3 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1060,7 +1060,7 @@ sub selectCountry {
list => [ @countries ], advanced => scalar(@best), changed => sub { $other = 1 } },
{ val => \$locale->{IM}, type => 'combo', label => N("Input method:"),
sort => 0, separator => '|',
- list => [ '', sort(lang::get_ims()) ],
+ list => [ '', lang::get_ims($locale->{lang}) ],
format => sub { $_[0] ? uc($_[0] =~ /(.*)\+(.*)/ ? "$1|$1+$2" : $_[0]) : N("None") },
advanced => !$locale->{IM},
},