Merge "Disable translation copy"

This commit is contained in:
Jenkins 2015-09-22 17:19:49 +00:00 committed by Gerrit Code Review
commit 692f3ccb7d

View File

@ -53,5 +53,6 @@ fi
if [ $(git diff --cached | egrep -v "(POT-Creation-Date|^[\+\-]#|^\+{3}|^\-{3})" | egrep -c "^[\-\+]") -gt 0 ]; then
# The Zanata client works out what to send based on the zanata.xml file.
zanata-cli -B -e push
# Do not copy translations from other files for this change.
zanata-cli -B -e push --copy-trans False
fi