SpectreOS/grub-config/locales/ko_KR
2022-10-04 19:01:31 +02:00

9 lines
165 B
Text
Executable file

lang=ko
bootlang="lang=ko_KR"
def_bootlang="ko_KR"
if [ -z "${keyboard}" ]; then
def_keyboard="kr"
fi
if [ -z "${timezone}" ]; then
def_timezone="Asia/Seoul"
fi