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 | |
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')
-rw-r--r-- | perl-install/keyboard.pm | 3 | ||||
-rw-r--r-- | perl-install/lang.pm | 2 | ||||
-rw-r--r-- | perl-install/share/keyboards.tar.bz2 | bin | 20497 -> 20811 bytes |
3 files changed, 4 insertions, 1 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" ], diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 0c4494069..e3d76a934 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -110,7 +110,7 @@ my %languages = ( 'sp' => [ 'Serbian|Cyrillic', 'iso-8859-5', 'sp', 'sp:sr' ], 'sr' => [ 'Serbian|Latin', 'iso-8859-2', 'sr', 'sr' ], 'sv' => [ 'Swedish', 'iso-8859-1', 'sv', 'sv' ], -#-'ta' => [ 'Tamil', 'tscii-0', 'ta', 'ta' ], + 'ta' => [ 'Tamil', 'tscii-0', 'ta', 'ta' ], 'tg_TJ.UTF-8'=> [ 'Tajik', 'koi8-k', 'tg', 'tg' ], 'th' => [ 'Thai', 'tis620', 'th', 'th' ], 'tr' => [ 'Turkish', 'iso-8859-9', 'tr', 'tr' ], diff --git a/perl-install/share/keyboards.tar.bz2 b/perl-install/share/keyboards.tar.bz2 Binary files differindex ea2011aac..f146fb0c0 100644 --- a/perl-install/share/keyboards.tar.bz2 +++ b/perl-install/share/keyboards.tar.bz2 |