This commit is contained in:
MacRimi
2025-02-25 19:49:05 +01:00
parent e0680a78eb
commit e33a289253
4 changed files with 5 additions and 15 deletions

4
menu
View File

@@ -57,9 +57,7 @@ initialize_config() {
"fr" "$(translate "French")" \
"de" "$(translate "German")" \
"it" "$(translate "Italian")" \
"pt" "$(translate "Portuguese")" \
"zh-cn" "$(translate "Simplified Chinese")" \
"ja" "$(translate "Japanese")" 3>&1 1>&2 2>&3)
"pt" "$(translate "Portuguese")" 3>&1 1>&2 2>&3)
if [ -z "$LANGUAGE" ]; then
msg_error "$(translate "No language selected. Exiting.")"