From 2c496da4e95678ccbb8e94cd405842f1046e153d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 31 Jul 2020 22:18:06 +0530 Subject: [PATCH] Forgot to clone translations --- setup/unix-ci.py | 1 + 1 file changed, 1 insertion(+) 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':