diff --git a/Scripts/Bash/Functions/Render/render_doTranslation.sh b/Scripts/Bash/Functions/Render/render_doTranslation.sh index a903976..444581b 100755 --- a/Scripts/Bash/Functions/Render/render_doTranslation.sh +++ b/Scripts/Bash/Functions/Render/render_doTranslation.sh @@ -82,7 +82,7 @@ function render_doTranslation { fi # Create the translated instance of design model. - ${COMMAND} ${TEMPLATE} | xml2po -a -l $(cli_getCurrentLocale) \ + ${COMMAND} ${TEMPLATE} | xml2po -a -l $(${CLI_NAME} locale --get-current-locale) \ -p ${TRANSLATION_INSTANCE} -o ${INSTANCE} - # Remove .xml2po.mo temporal file.