summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2000-07-19 22:50:32 +0000
committerPablo Saratxaga <pablo@mandriva.com>2000-07-19 22:50:32 +0000
commit60225ecd25a9879c5484e4d65f2e1c05388010b3 (patch)
tree37e4b529d12f694eeb0ab96314473b5d9c50cf03
parent6ac4048757d0d3d54423a6a058fed7bdd5413c3c (diff)
downloaddrakx-backup-do-not-use-60225ecd25a9879c5484e4d65f2e1c05388010b3.tar
drakx-backup-do-not-use-60225ecd25a9879c5484e4d65f2e1c05388010b3.tar.gz
drakx-backup-do-not-use-60225ecd25a9879c5484e4d65f2e1c05388010b3.tar.bz2
drakx-backup-do-not-use-60225ecd25a9879c5484e4d65f2e1c05388010b3.tar.xz
drakx-backup-do-not-use-60225ecd25a9879c5484e4d65f2e1c05388010b3.zip
added provision for Tamil support
-rw-r--r--perl-install/lang.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 462db9ca8..865480f86 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -89,7 +89,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' ],
'th' => [ 'Thai', 'tis620', 'th', 'th' ],
'tr' => [ 'Turkish', 'iso-8859-9', 'tr', 'tr' ],
'uk_UA' => [ 'Ukrainian', 'koi8-u', 'uk', 'uk_UA:uk' ],
@@ -199,7 +199,7 @@ my %charsets = (
#- (and gtk support isn't done yet)
"isiri-3342" => [ undef, undef, "trivial.trans",
"-*-*-*-*-*-*-*-*-*-*-*-*-isiri-3342" ],
- "tscii-0" => [ undef, undef, "trivial.trans",
+ "tscii-0" => [ "tamil", undef, "trivial.trans",
"-*-*-*-*-*-*-*-*-*-*-*-*-tscii-0" ],
);