Update define.sh

This commit is contained in:
Kroese 2024-05-17 22:32:51 +02:00 committed by GitHub
parent 8a46d70d6c
commit 34c10b03a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,6 @@ set -Eeuo pipefail
: "${REMOVE:=""}"
: "${VERSION:=""}"
: "${DETECTED:=""}"
: "${KEYBOARD:=""}"
: "${TIMEZONE:=""}"
: "${LANGUAGE:=""}"
@ -335,6 +334,7 @@ getLanguage() {
parseLanguage() {
LANGUAGE="${LANGUAGE/_/-/}"
[ -z "$LANGUAGE" ] && LANGUAGE="en"
case "${LANGUAGE,,}" in