From 3b2477d97b37e6930492e74172a51068059d07d3 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 21 Aug 2002 12:42:28 +0000 Subject: Added Tamil font, added "ta" to gen_locales, and changed charset= line of ta.po to make msgmerge happy --- perl-install/share/fonts.tar.bz2 | Bin 1140649 -> 1145626 bytes perl-install/share/gen_locales.sh | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/share') diff --git a/perl-install/share/fonts.tar.bz2 b/perl-install/share/fonts.tar.bz2 index a663faa8f..e1243adfd 100644 Binary files a/perl-install/share/fonts.tar.bz2 and b/perl-install/share/fonts.tar.bz2 differ 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 -- cgit v1.2.1