Update config_menu.sh

This commit is contained in:
MacRimi 2025-06-10 13:57:07 +02:00 committed by GitHub
parent ddaee77b59
commit 3e5e79ba18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,6 +64,7 @@ change_language() {
"pt" "$(translate "Portuguese")" 3>&1 1>&2 2>&3)
if [ -z "$LANGUAGE" ]; then
clear
msg_error "$(translate "No language selected.")"
return
fi