Страница 1 из 1

[SOLVED]How to install Asian Language support?

Добавлено: 24 июл 2013, 19:37
lukchiuwing
Hi,

I've tried out ROSA and like it quite a lot. However, I cannot install Asian Language support (Chinese) for my parents. In the Locale setting, only Euro Lang support can be selected.

Any idea how to install Asian Language support?

Thanks in advance.

Re: How to install Asian Language support?

Добавлено: 24 июл 2013, 20:29
d_uragan
Though Chinese is not supported out of the box, all necessary packages should be in repositories and you are able to install them manually.

The simplest way is to launch rpmdrake ("Install and Remove Software") and look for packages containing the word "chinese" in their description.

If you use KDE, necessary packages include kde-l10n-zh_CN (for simplified Chinese) or kde-l10n-zh_TW (for traditional Chinese) and locales-zh. There are a lot of other packages containing 'zh_CN', 'zh_TW' and similar abbreviations in their names - these packages provide localisation for particular applications. For example, if you want to be able to choose Chinese in Firefox, you should install firefox-zh_CN or firefox-zh_TW.

Re: How to install Asian Language support?

Добавлено: 24 июл 2013, 20:56
akdengi
Install Chines locale first

Код: Выделить всё

urpmi locales-zh
then reboot and run

Код: Выделить всё

localedrake
and select Chines locale

For KDE answer in previous post.

For other programs install zh locale too (like libreoffice-l10n-zh_CN and etc).

Re: How to install Asian Language support?

Добавлено: 24 июл 2013, 21:05
akdengi
Also you need install fonts

Код: Выделить всё

urpmi fonts-ttf-default-zh_CN
and may be pinyin stuff

scim-googlepinyin or ibus-sunpinyin from Contrib repo (we do not know Chines and will not help you with this :( )

Re: How to install Asian Language support?

Добавлено: 24 июл 2013, 21:39
lukchiuwing
Hi, d_uragan and akdengi,

Thanks for the reply, will try the method above.

Re: How to install Asian Language support?

Добавлено: 25 июл 2013, 08:44
lukchiuwing
Just install the locale and everything in Chinese now. Thanks!