Merge "Initialize transifex data for openstack-manuals"
This commit is contained in:
commit
ce1717ca1c
@ -46,11 +46,10 @@ EOF
|
||||
set -e
|
||||
fi
|
||||
|
||||
# no need to initialize transifex client
|
||||
# because there is an existing .tx folder in openstack-manuals
|
||||
# tx init --host=https://www.transifex.com
|
||||
# Initialize transifex client
|
||||
tx init --host=https://www.transifex.com
|
||||
|
||||
# generate pot one by one
|
||||
# Generate pot one by one
|
||||
for FILE in ${DocFolder}/*
|
||||
do
|
||||
DOCNAME=${FILE#${DocFolder}/}
|
||||
|
@ -26,11 +26,10 @@ fi
|
||||
git config user.name "OpenStack Jenkins"
|
||||
git config user.email "jenkins@openstack.org"
|
||||
|
||||
# no need to initialize transifex client,
|
||||
# because there is an existing .tx folder in openstack-manuals
|
||||
# tx init --host=https://www.transifex.com
|
||||
# Initialize transifex client
|
||||
tx init --host=https://www.transifex.com
|
||||
|
||||
# generate pot one by one
|
||||
# Generate pot one by one
|
||||
for FILE in ${DocFolder}/*
|
||||
do
|
||||
DOCNAME=${FILE#${DocFolder}/}
|
||||
|
Loading…
x
Reference in New Issue
Block a user