diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2000-07-26 13:06:43 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2000-07-26 13:06:43 +0000 |
commit | f29e7b36a00773a7cf7a06cfb6681dc2609a6d56 (patch) | |
tree | 85fa5d5b80087c52f8d216811c92fca9fe79aaf1 /perl-install | |
parent | 551e4814ff4f48022d8140d90ab58c51eb1cfadf (diff) | |
download | drakx-backup-do-not-use-f29e7b36a00773a7cf7a06cfb6681dc2609a6d56.tar drakx-backup-do-not-use-f29e7b36a00773a7cf7a06cfb6681dc2609a6d56.tar.gz drakx-backup-do-not-use-f29e7b36a00773a7cf7a06cfb6681dc2609a6d56.tar.bz2 drakx-backup-do-not-use-f29e7b36a00773a7cf7a06cfb6681dc2609a6d56.tar.xz drakx-backup-do-not-use-f29e7b36a00773a7cf7a06cfb6681dc2609a6d56.zip |
Prepare for the upcomming keyboard additions of next XFree rpm
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/keyboard.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index a71a56c75..fcbf3e27d 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -152,13 +152,13 @@ arch() eq "ppc" ? ( "lt_p" => [ __("Lithuanian \"phonetic\" QWERTY"), "ltp-latin7", "lt_p" ], "no" => [ __("Norwegian"), "no-latin1", "no" ], "pl" => [ __("Polish (qwerty layout)"), "pl", "pl" ], - "pl2" => [ __("Polish (qwertz layout)"), "pl-latin2", "pl" ], + "pl2" => [ __("Polish (qwertz layout)"), "pl-latin2", "pl2" ], "pt" => [ __("Portuguese"), "pt-latin1", "pt" ], "qc" => [ __("Canadian (Quebec)"), "qc-latin1","ca_enhanced" ], "ru" => [ __("Russian"), "ru4", "ru(winkeys)" ], "ru_yawerty" => [ __("Russian (Yawerty)"),"ru-yawerty","ru_yawerty" ], "se" => [ __("Swedish"), "se-latin1", "se" ], - "si" => [ __("Slovenian"), "slovene", "sl" ], + "si" => [ __("Slovenian"), "slovene", "si" ], "sk" => [ __("Slovakian"), "sk-qwertz", "czsk(sk_us_qwertz)" ], "th" => [ __("Thai keyboard"), "th", "th" ], "tr_f" => [ __("Turkish (traditional \"F\" model)"), "trf", "tr_f" ], |