Update define.sh

This commit is contained in:
Kroese 2024-05-17 22:48:18 +02:00 committed by GitHub
parent 0289616ce2
commit 70c03923de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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