diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 1999-12-27 13:33:19 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 1999-12-27 13:33:19 +0000 |
commit | 7172720a70f39911e25d648f70fbe0387fc371a4 (patch) | |
tree | f99b6d31812dd2e01a18785b636e51e6a8c0e497 /perl-install | |
parent | 4551110045b697c5c5d88cab19880acb27d026f4 (diff) | |
download | drakx-7172720a70f39911e25d648f70fbe0387fc371a4.tar drakx-7172720a70f39911e25d648f70fbe0387fc371a4.tar.gz drakx-7172720a70f39911e25d648f70fbe0387fc371a4.tar.bz2 drakx-7172720a70f39911e25d648f70fbe0387fc371a4.tar.xz drakx-7172720a70f39911e25d648f70fbe0387fc371a4.zip |
updated locales file with some useful symlinks
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/keyboard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index e0bcd005d..3b6f213bf 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -140,7 +140,7 @@ sub text2keyboard { sub lang2keyboard($) { local ($_) = @_; - $keyboards{$_} && $_ || $lang2keyboard{$_} || substr($_, 0, 2); + $lang2keyboard{$_} || $keyboards{$_} && $_ || substr($_, 0, 2); } sub load($) { |