diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-01-31 13:08:47 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-01-31 13:08:47 +0000 |
commit | e1a62298109019ae5d54cb19206ee36c569fa7b1 (patch) | |
tree | bd736aa63e65cc8f1c3a3bdae8f611f1259894b0 /perl-install/keyboard.pm | |
parent | f8ba0dcf6015f92e962dd1400ddb154f20b606b1 (diff) | |
download | drakx-e1a62298109019ae5d54cb19206ee36c569fa7b1.tar drakx-e1a62298109019ae5d54cb19206ee36c569fa7b1.tar.gz drakx-e1a62298109019ae5d54cb19206ee36c569fa7b1.tar.bz2 drakx-e1a62298109019ae5d54cb19206ee36c569fa7b1.tar.xz drakx-e1a62298109019ae5d54cb19206ee36c569fa7b1.zip |
Added Tamil language and keyboard choices (KDE is translated to Tamil)
Diffstat (limited to 'perl-install/keyboard.pm')
-rw-r--r-- | perl-install/keyboard.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 5fc9c3fcc..e7d076bd1 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -118,6 +118,7 @@ my %lang2keyboard = 'sv' => 'se:85 fi:30 dvorak_se:10', 'sv_FI'=> 'fi:85 sv:20', 'sv_SE'=> 'se:85 fi:20', + 'ta' => 'tml:80', 'tg' => 'tj:80 ru_yawerty:40', 'th' => 'th:90', 'tr' => 'tr_q:85 tr_q:30', @@ -226,6 +227,8 @@ arch() =~ /^sparc/ ? ( "sk_qwerty" => [ __("Slovakian (QWERTY)"), "sk-qwerty", "sk_qwerty" ], # TODO: console map "sr" => [ __("Serbian (cyrillic)"), "yu", "sr" ], +# no console kbd that I'm aware of + "tml" => [ __("Tamil"), "us", "tml" ], "th" => [ __("Thai keyboard"), "th", "th" ], # TODO: console map "tj" => [ __("Tajik keyboard"), "tj", "tj" ], |