diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-21 12:42:28 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-21 12:42:28 +0000 |
commit | 3b2477d97b37e6930492e74172a51068059d07d3 (patch) | |
tree | d43fe75a04eb6965b8a34abae0c9e44845fcd250 /perl-install | |
parent | 877a83ad834af8377c904a8a083093881fc2ca1a (diff) | |
download | drakx-3b2477d97b37e6930492e74172a51068059d07d3.tar drakx-3b2477d97b37e6930492e74172a51068059d07d3.tar.gz drakx-3b2477d97b37e6930492e74172a51068059d07d3.tar.bz2 drakx-3b2477d97b37e6930492e74172a51068059d07d3.tar.xz drakx-3b2477d97b37e6930492e74172a51068059d07d3.zip |
Added Tamil font, added "ta" to gen_locales, and changed charset= line
of ta.po to make msgmerge happy
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/lang.pm | 2 | ||||
-rw-r--r-- | perl-install/share/fonts.tar.bz2 | bin | 1140649 -> 1145626 bytes | |||
-rwxr-xr-x | perl-install/share/gen_locales.sh | 4 |
3 files changed, 2 insertions, 4 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index cad6c1177..baec961b7 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -333,7 +333,7 @@ my %charsets = ( #- undef, undef, "-*-*-*-*-*-*-*-*-*-*-*-*-isiri-3342" ], #- Tamil uses pseudo iso-8859-1 fonts "tscii" => [ "tamil", undef, "trivial.trans", - undef, undef, "-mdk-tsc_helv-*-*-*-*-*-*-*-*-*-*-iso8859-1" ], + undef, undef, "-tamil-tscakaram-medium-r-normal--12-120-75-75-p-92-tscii-0" ], "unicode" => [ undef, undef, "trivial.trans", "utf8", undef, "-*-*-*-*-*-*-*-*-*-*-*-*-iso10646-1" ], ); diff --git a/perl-install/share/fonts.tar.bz2 b/perl-install/share/fonts.tar.bz2 Binary files differindex a663faa8f..e1243adfd 100644 --- a/perl-install/share/fonts.tar.bz2 +++ b/perl-install/share/fonts.tar.bz2 diff --git a/perl-install/share/gen_locales.sh b/perl-install/share/gen_locales.sh index 61a448b1d..b3f6b3c5d 100755 --- a/perl-install/share/gen_locales.sh +++ b/perl-install/share/gen_locales.sh @@ -27,11 +27,9 @@ do (cd usr/share/locale/$i ; ln -s ../UTF-8/* . 2>/dev/null) done -# "ta" should be added to the locale list, but the locales-ta rpm -# is not ready yet # lc_ctype for non common encodings rm -rf .tmp2 ; mkdir .tmp2 ; cd .tmp2 -for i in ja ko th ; do +for i in ja ko ta th ; do ii=locales-`echo $i | sed 's/\(..\).*/\1/'` rpm2cpio /RPMS/$ii-*.rpm | cpio -id --quiet f=usr/share/locale/$i/LC_CTYPE |