Add link to translation proposals

Add simple link to our workflow page to inform people what's going on.

Change-Id: I1b884e5101aedea10b51a26fb0c7c89f77dc4a17
This commit is contained in:
Andreas Jaeger 2014-10-15 08:49:18 +02:00
parent ef2852a0ac
commit b3441ee6ad

@ -136,7 +136,12 @@ function setup_git {
# COMMIT_MSG.
function setup_review {
FULL_PROJECT=$(grep project .gitreview | cut -f2 -d= |sed -e 's/\.git$//')
COMMIT_MSG="Imported Translations from Transifex"
read -d '' COMMIT_MSG <<EOF
Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure
EOF
git review -s
@ -154,6 +159,9 @@ function setup_review {
read -d '' COMMIT_MSG <<EOF
Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure
Change-Id: $change_id
EOF
set -e