Add user enviroment for localization script

This commit is contained in:
Aleksandr Shushkov 2021-12-06 16:08:24 +03:00
parent d2ce219af4
commit 5f009524a3
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
# . localization.sh common/strings Resources/Localization/ .main
#
. ${SCRIPT_DIR}/../aux_scripts/install_env.sh php
STRINGS_FOLDER=${1:-"common/strings"}
LOCALIZATION_PATH=${2:-"${PRODUCT_NAME}/Resources/Localization/"}
BUNDLE=${3:-".main"}