From 6538682e98cbec7c4989779937e0a1bea4f111fe Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 8 May 2024 21:37:33 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index 76a8eb4..7f7dcc3 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -325,9 +325,6 @@ parse_args() { --skip-apt-update) SKIP_APT_UPDATE=true ;; - --no-locales) - LOCALES=false - ;; --repair) REPAIR=true SKIP_PANEL_CHECK=true @@ -421,7 +418,6 @@ detect_os_and_package_manager() { install_all_locales() { - if [ "$LOCALES" = true ]; then # OpenPanel translations # @@ -443,8 +439,6 @@ install_all_locales() { debug_log "wget -O ${OPENPANEL_DIR}translations/tr/LC_MESSAGES/messages.po https://raw.githubusercontent.com/stefanpejcic/openpanel-translations/main/tr-tr/messages.pot" debug_log "pybabel compile -d translations" - - fi }