Update/fixes (was escaping more chars than needed!)

This commit is contained in:
2012-07-07 14:28:49 +00:00
parent 30037194cd
commit 3dacc164e4
3 changed files with 12 additions and 16 deletions

View File

@@ -71,6 +71,8 @@ def process_po(po, lang):
# update po file
cmd = (GETTEXT_MSGMERGE_EXECUTABLE,
"--update",
"-w", "1", # XXX Ugly hack to prevent msgmerge merging
# short source comments together!
"--no-wrap",
"--backup=none",
"--lang={}".format(lang),