omit header to make generation deterministic
authorThomasV <thomasv@gitorious>
Tue, 12 Jun 2012 13:36:50 +0000 (17:36 +0400)
committerThomasV <thomasv@gitorious>
Tue, 12 Jun 2012 13:36:50 +0000 (17:36 +0400)
mki18n.py

index 6778be2..f6b9409 100755 (executable)
--- 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)