Installing Japanese Language Pack for IMX Yocto

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Installing Japanese Language Pack for IMX Yocto

1,279 Views
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 Kudos
Reply
2 Replies

1,246 Views
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 Kudos
Reply

1,184 Views
userlong
Contributor I

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

0 Kudos
Reply