update
This commit is contained in:
@@ -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.")"
|
||||
|
||||
Reference in New Issue
Block a user