tomit header to make generation deterministic - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 55a29960d5c959df1440bb8bc84d08802b4595ce
DIR parent df8874ed9385b468ebed7130493b0e566514bf7a
HTML Author: ThomasV <thomasv@gitorious>
Date: Tue, 12 Jun 2012 17:36:50 +0400
omit header to make generation deterministic
Diffstat:
M mki18n.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/mki18n.py b/mki18n.py
t@@ -28,7 +28,7 @@ if not os.path.exists('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
os.system(cmd)