transifex: Wait a bit after push.
We're seeing somewhat inconsistent data in tx pull. My theory is: The server needs longer to process the uploaded new template and work that into the translations.
This commit is contained in:
parent
7798f911ab
commit
756274b631
@ -38,6 +38,9 @@ echo "==> Extracting translations"
|
|||||||
echo "==> Pushing extracted translations to Transifex"
|
echo "==> Pushing extracted translations to Transifex"
|
||||||
./bin/tx push -s
|
./bin/tx push -s
|
||||||
|
|
||||||
|
echo "==> Waiting 5 seconds, so the server can process the new stuff (hopefully)"
|
||||||
|
sleep 5
|
||||||
|
|
||||||
# gets the new strings added to all files
|
# gets the new strings added to all files
|
||||||
echo "==> Re-Pulling translations from Transifex"
|
echo "==> Re-Pulling translations from Transifex"
|
||||||
./bin/tx pull -a
|
./bin/tx pull -a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user