Initialize transifex data for openstack-manuals
Maintaining transifix in git causes some problems, we're removing it now from openstack-manuals and thus need to initialize it here. The manuals change at https://review.openstack.org/#/c/79859 is waiting for this to go in. Change-Id: I1bc1e1ae0f25ce5d88a70cdbab2541c8a52ddd78
This commit is contained in:
parent
ec9d70408b
commit
70fc436c35
@ -46,11 +46,10 @@ EOF
|
|||||||
set -e
|
set -e
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# no need to initialize transifex client
|
# Initialize transifex client
|
||||||
# because there is an existing .tx folder in openstack-manuals
|
tx init --host=https://www.transifex.com
|
||||||
# tx init --host=https://www.transifex.com
|
|
||||||
|
|
||||||
# generate pot one by one
|
# Generate pot one by one
|
||||||
for FILE in ${DocFolder}/*
|
for FILE in ${DocFolder}/*
|
||||||
do
|
do
|
||||||
DOCNAME=${FILE#${DocFolder}/}
|
DOCNAME=${FILE#${DocFolder}/}
|
||||||
|
@ -26,11 +26,10 @@ fi
|
|||||||
git config user.name "OpenStack Jenkins"
|
git config user.name "OpenStack Jenkins"
|
||||||
git config user.email "jenkins@openstack.org"
|
git config user.email "jenkins@openstack.org"
|
||||||
|
|
||||||
# no need to initialize transifex client,
|
# Initialize transifex client
|
||||||
# because there is an existing .tx folder in openstack-manuals
|
tx init --host=https://www.transifex.com
|
||||||
# tx init --host=https://www.transifex.com
|
|
||||||
|
|
||||||
# generate pot one by one
|
# Generate pot one by one
|
||||||
for FILE in ${DocFolder}/*
|
for FILE in ${DocFolder}/*
|
||||||
do
|
do
|
||||||
DOCNAME=${FILE#${DocFolder}/}
|
DOCNAME=${FILE#${DocFolder}/}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user