linuxOS_AP06/device/rockchip/common/configs/post/Config.in.locale
2025-06-03 12:28:32 +08:00

23 lines
345 B
Plaintext

#
choice
prompt "locale"
config RK_ROOTFS_LOCALE_DEFAULT
bool "auto"
help
Use "en_US.UTF-8" for non-debian OS.
config RK_ROOTFS_LOCALE_ORIGINAL
bool "original"
config RK_ROOTFS_LOCALE_CUSTOM
bool "custom"
endchoice # locale
config RK_ROOTFS_LOCALE
string "custom locale"
depends on RK_ROOTFS_LOCALE_CUSTOM
default "en_US.UTF-8"