Update define.sh

This commit is contained in:
Kroese 2024-05-17 21:48:55 +02:00 committed by GitHub
parent 0f3cb71e9e
commit c765a8908f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -372,7 +372,7 @@ parseLanguage() {
local culture
culture=$(getLanguage "$LANGUAGE" "culture")
[ -n "$culture ] && return 0
[ -n "$culture" ] && return 0
error "Invalid LANGUAGE specified, value \"$LANGUAGE\" is not recognized!" ;;
return 1