diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-30 12:31:19 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-30 12:31:19 +0100 |
commit | a630ba4e06a0a8d4bccdfc5873f039e0eb3bd26e (patch) | |
tree | beb5df97dc9f4607bc28a0cf79961751a447eac5 | |
parent | 1723f9225182712d87d28eec998540069dba1cef (diff) |
Add note about txclib bug and a link to the fix
-rwxr-xr-x | bin/transifexpull.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/transifexpull.sh b/bin/transifexpull.sh index ce25f6fc1..ba26a07f1 100755 --- a/bin/transifexpull.sh +++ b/bin/transifexpull.sh @@ -3,6 +3,9 @@ # In 'translator' mode files will contain empty translated texts # where translation is not available, we'll remove these later +# Note: there's a bug in txclib, so if the command below doesn't +# work see https://github.com/transifex/transifex-client/commit/a80320735973dd608b48520bf3b89ad53e2b088b + tx --debug pull -a --mode translator PWD=`dirname "$0"` |