中文化
加入中文顯示
apt install locales dialog
dpkg-reconfigure locales
---------------
en_US.UTF-8
zh_TW.UTF-8
---------------
default 選 zh_TW.UTF-8
修改 Termux 的 start-debian.sh
#command+=" LANG=C.UTF-8"
command+=" LANG=zh_TW.UTF-8"


Last updated
Was this helpful?