Update define.sh

This commit is contained in:
Kroese 2024-05-21 08:37:46 +02:00 committed by GitHub
parent 2d8ef284a8
commit 42dce736db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -214,7 +214,10 @@ getLanguage() {
parseLanguage() {
REGION="${REGION//_/-/}"
KEYBOARD="${KEYBOARD//_/-/}"
LANGUAGE="${LANGUAGE//_/-/}"
[ -z "$LANGUAGE" ] && LANGUAGE="en"
case "${LANGUAGE,,}" in