Add user enviroment for localization script
This commit is contained in:
parent
d2ce219af4
commit
5f009524a3
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue