restore headers; needed for unicode

This commit is contained in:
thomasv 2012-06-15 14:01:22 +02:00
parent 3d9eb32b50
commit 717c2de4d4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ if not os.path.exists('locale'):
os.mkdir('locale')
cmd = 'xgettext -s --no-wrap --omit-header -f app.fil --output=locale/messages.pot'
cmd = 'xgettext -s --no-wrap -f app.fil --output=locale/messages.pot'
print cmd
os.system(cmd)