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

9 lines
170 B
Text
Executable file

lang=fr
bootlang="lang=fr_CA"
def_bootlang="fr_CA"
if [ -z "${keyboard}" ]; then
def_keyboard="ca"
fi
if [ -z "${timezone}" ]; then
def_timezone="America/Toronto"
fi