diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2000-06-26 17:29:07 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2000-06-26 17:29:07 +0000 |
commit | f02e76ad7ed01ce6f02ed576c13dd74fc69cdef6 (patch) | |
tree | fa858fa738f3360fe59725f67d003e15d0930c74 /perl-install/pkgs.pm | |
parent | 0e32d38de7e6ea5b4913d67ad77a01a28b42a247 (diff) | |
download | drakx-f02e76ad7ed01ce6f02ed576c13dd74fc69cdef6.tar drakx-f02e76ad7ed01ce6f02ed576c13dd74fc69cdef6.tar.gz drakx-f02e76ad7ed01ce6f02ed576c13dd74fc69cdef6.tar.bz2 drakx-f02e76ad7ed01ce6f02ed576c13dd74fc69cdef6.tar.xz drakx-f02e76ad7ed01ce6f02ed576c13dd74fc69cdef6.zip |
changed locale name for simplified Chinese
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index b465a4a4f..a9096a51f 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -51,8 +51,8 @@ autoirpm autoirpm-icons numlock %by_lang = ( 'ar' => [ 'acon' ], -# 'be' => [ 'fonts-ttf-cyrillic' ], -# 'bg' => [ 'fonts-ttf-cyrillic' ], +# 'be_BE.CP1251' => [ 'fonts-ttf-cyrillic' ], +#'bg_BG' => [ 'fonts-ttf-cyrillic' ], 'cs' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], # 'cy' => iso8859-14 fonts # 'el' => greek fonts @@ -70,7 +70,7 @@ autoirpm autoirpm-icons numlock # '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_RU.KOI8-R' => [ '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' ], @@ -78,10 +78,10 @@ autoirpm autoirpm-icons numlock 'sr' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], # 'th' => thai fonts 'tr' => [ 'XFree86-ISO8859-9', 'XFree86-ISO8859-9-75dpi-fonts' ], -# 'uk' => [ 'fonts-ttf-cyrillic' ], +#'uk_UA' => [ 'fonts-ttf-cyrillic' ], # 'vi' => vietnamese fonts 'yi' => [ 'acon' ], - 'zh_CN' => [ 'rxvt-CLE', 'fonts-ttf-gb2312' ], + 'zh_CN.GB2312' => [ 'rxvt-CLE', 'fonts-ttf-gb2312' ], 'zh_TW.Big5' => [ 'rxvt-CLE', 'fonts-ttf-big5' ], ); |