summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-08-08 14:37:50 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-08-08 14:37:50 +0000
commit051de30ec46eb66c1014f9f808a4b2774a578f3f (patch)
treed2c8070f4f7428d7aa29f63c9df17fe857fddfa7
parent4d6b10de3c6b689bb62fe72e2b3ab4251f7a817f (diff)
downloaddrakx-backup-do-not-use-051de30ec46eb66c1014f9f808a4b2774a578f3f.tar
drakx-backup-do-not-use-051de30ec46eb66c1014f9f808a4b2774a578f3f.tar.gz
drakx-backup-do-not-use-051de30ec46eb66c1014f9f808a4b2774a578f3f.tar.bz2
drakx-backup-do-not-use-051de30ec46eb66c1014f9f808a4b2774a578f3f.tar.xz
drakx-backup-do-not-use-051de30ec46eb66c1014f9f808a4b2774a578f3f.zip
Added Tamils TSCII keyboard
-rw-r--r--perl-install/keyboard.pm7
-rw-r--r--perl-install/lang.pm2
-rw-r--r--perl-install/share/keyboards.tar.bz2bin20974 -> 21168 bytes
3 files changed, 5 insertions, 4 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm
index 988720491..d5f3ce3e0 100644
--- a/perl-install/keyboard.pm
+++ b/perl-install/keyboard.pm
@@ -126,8 +126,8 @@ 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',
-'ta_IN'=> 'tml:80',
+ 'ta' => 'tscii:80 tml:20',
+'ta_IN'=> 'tscii:90 tml:20',
'tg' => 'tj:80 ru_yawerty:40',
'tg_TJ'=> 'tj:80 ru_yawerty:40',
'th' => 'th:90',
@@ -246,7 +246,8 @@ arch() =~ /^sparc/ ? (
# TODO: console map
"sr" => [ __("Serbian (cyrillic)"), "sr", "sr", 0 ],
# no console kbd that I'm aware of
- "tml" => [ __("Tamil"), "us", "tml", 1 ],
+ "tml" => [ __("Tamil (Unicode)"), "us", "tml", 1 ],
+ "tscii" => [ __("Tamil (TSCII)"), "us", "tscii", 1 ],
"th" => [ __("Thai keyboard"), "th", "th", 1 ],
# TODO: console map
"tj" => [ __("Tajik keyboard"), "ru4", "tj", 1 ],
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index fbd48a8f2..783610975 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -528,7 +528,7 @@ my %charset2kde_font = (
'viscii' => [ "misc-fixed,13", "misc-fixed,13", "misc-fixed,10", ],
#- TSCII uses pseudo iso-8859-1 fonts, it is important to choose them
#- correctly
- 'tscii' => [ "tsc_paranar,13", "mylaitsc,13", "tsc_paranar,10", ],
+ 'tscii' => [ "tsc_paranar,13", "mylaifixtsc,13", "tsc_paranar,10", ],
'default' => [ "misc-fixed,13", "misc-fixed,13", "misc-fixed,10", ],
);
diff --git a/perl-install/share/keyboards.tar.bz2 b/perl-install/share/keyboards.tar.bz2
index 62939096c..6468a6d45 100644
--- a/perl-install/share/keyboards.tar.bz2
+++ b/perl-install/share/keyboards.tar.bz2
Binary files differ