mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-01 23:35:00 +01:00
Forgot to clone translations
This commit is contained in:
parent
0137c2a74b
commit
2c496da4e9
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ def main():
|
|||
'''.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':
|
||||
|
|
|
|||
Loading…
Reference in a new issue