This commit is contained in:
MacRimi 2025-02-25 18:57:15 +01:00
parent d6666a940b
commit ce252d97d9
4 changed files with 4 additions and 4 deletions

View File

@ -245,7 +245,7 @@ uninstall_proxmenu() {
exit 0 exit 0
} }
show_proxmenux_logo
if [[ "$LANGUAGE" != "en" ]]; then if [[ "$LANGUAGE" != "en" ]]; then
msg_lang "$(translate "Generating automatic translations...")" msg_lang "$(translate "Generating automatic translations...")"
fi fi

View File

@ -54,7 +54,7 @@ show_menu() {
done done
} }
# Main flow show_proxmenux_logo
if [[ "$LANGUAGE" != "en" ]]; then if [[ "$LANGUAGE" != "en" ]]; then
msg_lang "$(translate "Generating automatic translations...")" msg_lang "$(translate "Generating automatic translations...")"
fi fi

View File

@ -148,7 +148,7 @@ show_menu() {
done done
} }
show_proxmenux_logo
if [[ "$LANGUAGE" != "en" ]]; then if [[ "$LANGUAGE" != "en" ]]; then
msg_lang "$(translate "Generating automatic translations...")" msg_lang "$(translate "Generating automatic translations...")"
fi fi

View File

@ -69,7 +69,7 @@ show_menu() {
done done
} }
show_proxmenux_logo
if [[ "$LANGUAGE" != "en" ]]; then if [[ "$LANGUAGE" != "en" ]]; then
msg_lang "$(translate "Generating automatic translations...")" msg_lang "$(translate "Generating automatic translations...")"
fi fi