From 1e71adb542380d32c10990cbe6f4909a327a4661 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 13 Jun 2000 13:52:27 +0000 Subject: added 'acon' to the autoamtically selected packages for RTL languages --- perl-install/pkgs.pm | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'perl-install/pkgs.pm') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index dff11bea2..b465a4a4f 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -51,13 +51,14 @@ autoirpm autoirpm-icons numlock %by_lang = ( 'ar' => [ 'acon' ], -# 'bg' => cp1251 fonts +# 'be' => [ 'fonts-ttf-cyrillic' ], +# 'bg' => [ 'fonts-ttf-cyrillic' ], 'cs' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], # 'cy' => iso8859-14 fonts # 'el' => greek fonts # 'eo' => iso8859-3 fonts -# 'fa' => farsi fonts -# 'he' => hebrew fonts + 'fa' => [ 'acon' ], + 'he' => [ 'acon' ], 'hr' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], 'hu' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], 'hy' => [ 'fonts-ttf-armenian' ], @@ -66,18 +67,20 @@ autoirpm autoirpm-icons numlock 'ko' => [ 'rxvt-CLE', 'fonts-ttf-korean' ], # 'lt' => iso8859-13 fonts # 'lv' => iso8859-13 fonts -# 'mk' => iso8859-5 fonts +# 'mk' => [ 'fonts-ttf-cyrillic' ], 'pl' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], 'ro' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], +# 'ru' => [ 'XFree86-cyrillic-fonts', 'fonts-ttf-cyrillic' ], 'ru' => [ 'XFree86-cyrillic-fonts' ], 'sk' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], 'sl' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], -# 'sp' => iso8859-5 fonts +# 'sp' => [ 'fonts-ttf-cyrillic' ], 'sr' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], # 'th' => thai fonts 'tr' => [ 'XFree86-ISO8859-9', 'XFree86-ISO8859-9-75dpi-fonts' ], -# 'uk' => koi8-u fonts +# 'uk' => [ 'fonts-ttf-cyrillic' ], # 'vi' => vietnamese fonts + 'yi' => [ 'acon' ], 'zh_CN' => [ 'rxvt-CLE', 'fonts-ttf-gb2312' ], 'zh_TW.Big5' => [ 'rxvt-CLE', 'fonts-ttf-big5' ], ); -- cgit v1.2.1