Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-05-08 21:30:19 +02:00 committed by GitHub
parent c45fa290e6
commit 33609fc60e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -421,14 +421,14 @@ detect_os_and_package_manager() {
install_all_locales() { install_all_locales() {
if [ -z "$LOCALES" ]; then if [ "$LOCALES" = true ]; then
# OpenPanel translations # OpenPanel translations
# #
# https://dev.openpanel.co/localization.html # https://dev.openpanel.co/localization.html
# #
debug_log "Installing FR, DE, TR locales." echo "Installing FR, DE, TR locales."
# FR # FR
debug_log "cd ${OPENPANEL_DIR} && pybabel init -i messages.pot -d translations -l fr" debug_log "cd ${OPENPANEL_DIR} && pybabel init -i messages.pot -d translations -l fr"