diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-08-05 19:48:04 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-08-05 19:48:04 +0000 |
commit | 5483344e9899c22986bfce808a4e528a0d592e01 (patch) | |
tree | a43937656bdd120cf20188cacddbf347ba152d41 /perl-install/keyboard.pm | |
parent | d91dddebe78bce272947cb4d0af415d0385548b4 (diff) | |
download | drakx-5483344e9899c22986bfce808a4e528a0d592e01.tar drakx-5483344e9899c22986bfce808a4e528a0d592e01.tar.gz drakx-5483344e9899c22986bfce808a4e528a0d592e01.tar.bz2 drakx-5483344e9899c22986bfce808a4e528a0d592e01.tar.xz drakx-5483344e9899c22986bfce808a4e528a0d592e01.zip |
Turkish "F" keyboard was unavailable due to a typo
Diffstat (limited to 'perl-install/keyboard.pm')
-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 1ac0de1b7..d8c76b375 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -66,7 +66,7 @@ my %lang2keyboard = 'kl' => 'dk:80 us_intl:30', 'kn' => 'kan:90', 'ko' => 'kr:90 us:60', - 'ku' => 'tr_q:90 tr_q:30', + 'ku' => 'tr_q:90 tr_f:30', 'kw' => 'uk:90', 'li' => 'us_intl:80 be:70 nl:10 us:5', 'lo' => 'lao:90', @@ -105,7 +105,7 @@ my %lang2keyboard = 'te' => 'tel:90', 'tg' => 'tj:90 ru_yawerty:40', 'th' => 'th:90', - 'tr' => 'tr_q:90 tr_q:30', + 'tr' => 'tr_q:90 tr_f:30', 'tt' => 'ru:50 ru_yawerty:40', 'uk' => 'ua:90 ru:50 ru_yawerty:40', 'uz' => 'us:80 uz:80', |