Forgot to clone translations

This commit is contained in:
Kovid Goyal 2020-07-31 22:18:06 +05:30
parent 0137c2a74b
commit 2c496da4e9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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':