diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-26 09:23:04 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-26 09:23:04 +0000 |
commit | 2e8a10afb8eeeb623c73e3e433c0ae17ffdfd039 (patch) | |
tree | 787944d264d891fb48b1e3e0518efcf059edc6f7 | |
parent | b46749ee800acfa852c78df79da39d0bac07ec98 (diff) | |
download | drakx-backup-do-not-use-2e8a10afb8eeeb623c73e3e433c0ae17ffdfd039.tar drakx-backup-do-not-use-2e8a10afb8eeeb623c73e3e433c0ae17ffdfd039.tar.gz drakx-backup-do-not-use-2e8a10afb8eeeb623c73e3e433c0ae17ffdfd039.tar.bz2 drakx-backup-do-not-use-2e8a10afb8eeeb623c73e3e433c0ae17ffdfd039.tar.xz drakx-backup-do-not-use-2e8a10afb8eeeb623c73e3e433c0ae17ffdfd039.zip |
small fix (ta->ta_IN)
-rw-r--r-- | perl-install/lang.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index b95e12956..efc117fa8 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -132,7 +132,7 @@ my %languages = my @languages = ( #- Tamil currently works only with TSCII encoding; which identifies #- itself as a fake iso-8859-1 #'ta_IN.UTF-8'=> [ 'Tamil (UTF-8)', 'iso-8859-1', 'ta', 'ta', 'UTF-8' ], - 'ta' => [ 'Tamil (TSCII)', 'tscii', 'ta', 'ta' ], +'ta_IN' => [ 'Tamil (TSCII)', 'tscii', 'ta', 'ta' ], 'tg_TJ.UTF-8'=> [ 'Tajik', 'utf_koi8-k', 'tg', 'tg', 'UTF-8' ], 'th' => [ 'Thai|TIS-620', 'tis620', 'th', 'th' ], 'th_TH.UTF-8'=> [ 'Thai (UTF-8)', 'tis620', 'th', 'th', 'UTF-8' ], |