electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 55a29960d5c959df1440bb8bc84d08802b4595ce
parent df8874ed9385b468ebed7130493b0e566514bf7a
Author: ThomasV <thomasv@gitorious>
Date:   Tue, 12 Jun 2012 17:36:50 +0400

omit header to make generation deterministic

Diffstat:
Mmki18n.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mki18n.py b/mki18n.py @@ -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)