diff --git a/setup/unix-ci.py b/setup/unix-ci.py index db60f5d7bf..96d9dc8408 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -126,6 +126,7 @@ username = api '''.replace('PASSWORD', os.environ['tx']) with open(os.path.expanduser('~/.transifexrc'), 'w') as f: f.write(transifexrc) + run('git clone --depth=1 https://github.com/kovidgoyal/calibre-translations.git translations') run_python('setup.py pot') elif action == 'test':