Browse Source

restore headers; needed for unicode

283
thomasv 13 years ago
parent
commit
717c2de4d4
  1. 2
      mki18n.py

2
mki18n.py

@ -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)

Loading…
Cancel
Save