mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
omit header to make generation deterministic
This commit is contained in:
parent
df8874ed93
commit
55a29960d5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ if not os.path.exists('locale'):
|
||||||
os.mkdir('locale')
|
os.mkdir('locale')
|
||||||
|
|
||||||
|
|
||||||
cmd = 'xgettext -s --no-wrap -f app.fil --output=locale/messages.pot'
|
cmd = 'xgettext -s --no-wrap --omit-header -f app.fil --output=locale/messages.pot'
|
||||||
print cmd
|
print cmd
|
||||||
os.system(cmd)
|
os.system(cmd)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue