mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Forgot to clone translations
This commit is contained in:
parent
0137c2a74b
commit
2c496da4e9
@ -126,6 +126,7 @@ username = api
|
|||||||
'''.replace('PASSWORD', os.environ['tx'])
|
'''.replace('PASSWORD', os.environ['tx'])
|
||||||
with open(os.path.expanduser('~/.transifexrc'), 'w') as f:
|
with open(os.path.expanduser('~/.transifexrc'), 'w') as f:
|
||||||
f.write(transifexrc)
|
f.write(transifexrc)
|
||||||
|
run('git clone --depth=1 https://github.com/kovidgoyal/calibre-translations.git translations')
|
||||||
run_python('setup.py pot')
|
run_python('setup.py pot')
|
||||||
|
|
||||||
elif action == 'test':
|
elif action == 'test':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user