- `LANG=zh_CN.UTF-8` is show text incomplete. - if `export LANG=en_US.UTF-8` is show text ok. ``` $ env|grep -i lang LANGUAGE=zh_CN:en GDM_LANG=zh_CN LANG=zh_CN.UTF-8 ``` <img width="1044" height="1118" alt="Image" src="https://github.com/user-attachments/assets/6ef4ee9d-7e82-45c6-a6d9-618dc72069c5" />
LANG=zh_CN.UTF-8is show text incomplete.export LANG=en_US.UTF-8is show text ok.