From 33609fc60ee4034caedecb74fac3ca1c0698514a Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 8 May 2024 21:30:19 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index ab222a5..76a8eb4 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -421,14 +421,14 @@ detect_os_and_package_manager() { install_all_locales() { - if [ -z "$LOCALES" ]; then + if [ "$LOCALES" = true ]; then # OpenPanel translations # # https://dev.openpanel.co/localization.html # - debug_log "Installing FR, DE, TR locales." + echo "Installing FR, DE, TR locales." # FR debug_log "cd ${OPENPANEL_DIR} && pybabel init -i messages.pot -d translations -l fr"