diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2012-04-21 23:13:05 +0200 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2012-04-21 23:13:05 +0200 |
commit | 756274b6310e5d7d50700ccaf43d943976d0f51c (patch) | |
tree | 2ebe14b4385626f6cc14d60623edfb3fde119c6d | |
parent | 7798f911ab31622efd6517585057c657454cebb0 (diff) | |
download | mediagoblin-756274b6310e5d7d50700ccaf43d943976d0f51c.tar.lz mediagoblin-756274b6310e5d7d50700ccaf43d943976d0f51c.tar.xz mediagoblin-756274b6310e5d7d50700ccaf43d943976d0f51c.zip |
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.
-rwxr-xr-x | devtools/update_translations.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devtools/update_translations.sh b/devtools/update_translations.sh index 7fcb3d49..29743f94 100755 --- a/devtools/update_translations.sh +++ b/devtools/update_translations.sh @@ -38,6 +38,9 @@ echo "==> Extracting translations" echo "==> Pushing extracted translations to Transifex" ./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 echo "==> Re-Pulling translations from Transifex" ./bin/tx pull -a |