mirror of
https://github.com/Snigdha-OS/snigdhaos-grub-theme.git
synced 2025-09-22 19:54:55 +02:00
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
lang=pl
|
|
bootlang="lang=pl_PL"
|
|
def_bootlang="pl_PL"
|
|
if [ -z "${keyboard}" ]; then
|
|
def_keyboard="pl"
|
|
fi
|
|
if [ -z "${timezone}" ]; then
|
|
def_timezone="Europe/Warsaw"
|
|
fi
|