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.
[SOLVED]How to install Asian Language support?
-
- Сообщения: 9
- Зарегистрирован: 24 июл 2013, 19:28
[SOLVED]How to install Asian Language support?
Последний раз редактировалось lukchiuwing 25 июл 2013, 08:45, всего редактировалось 1 раз.
Re: How to install Asian Language support?
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.
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?
Install Chines locale first
then reboot and run
and select Chines locale
For KDE answer in previous post.
For other programs install zh locale too (like libreoffice-l10n-zh_CN and etc).
Код: Выделить всё
urpmi locales-zh
Код: Выделить всё
localedrake
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?
Also you need install fonts
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
)
Код: Выделить всё
urpmi fonts-ttf-default-zh_CN
scim-googlepinyin or ibus-sunpinyin from Contrib repo (we do not know Chines and will not help you with this

-
- Сообщения: 9
- Зарегистрирован: 24 июл 2013, 19:28
Re: How to install Asian Language support?
Hi, d_uragan and akdengi,
Thanks for the reply, will try the method above.
Thanks for the reply, will try the method above.
-
- Сообщения: 9
- Зарегистрирован: 24 июл 2013, 19:28
Re: How to install Asian Language support?
Just install the locale and everything in Chinese now. Thanks!