Installing Japanese Language Pack for IMX Yocto

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Installing Japanese Language Pack for IMX Yocto

1,280 次查看
astel_
Contributor II

Hello,

Sorry for asking, but anyone knows how to add japanese language package to imx yocto build?

I want to try to type and also read my qt apps which is in japanese language, but it shows me [][] (sth like box)

Thank you in advance

0 项奖励
回复
2 回复数

1,247 次查看
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @astel_ 

I hope you are doing well.

 

The boxes ([]) you're seeing indicate missing fonts. You need to add a font package that supports Japanese characters.

You can try to add to the local.conf:

IMAGE_INSTALL_append = " noto-cjk ttf-droid"

 

Noto CJK fonts provide good coverage for Japanese.

 

IMAGE_INSTALL_append = " fcitx fcitx-mozc"
IMAGE_INSTALL_append = " ibus ibus-anthy"
IMAGE_LINGUAS_append = " ja_JP"
IMAGE_INSTALL_append = " glibc-localedata-ja-jp"

 

Please try it.

 

Best regards,

Salas.

 

0 项奖励
回复

1,185 次查看
userlong
Contributor I

如果想要安装其他的语言包呢?比方说德语、法语、西班牙语、挪威语等等。

0 项奖励
回复