Don't generate exiguous space.
This commit is contained in:
parent
b6d0c033d8
commit
3c5bc16d0a
1 changed files with 2 additions and 1 deletions
|
@ -225,7 +225,8 @@ msgstr ""
|
|||
if key[0] == tag and key[1] == file and key[2] == line:
|
||||
attribs = " has " + ", ".join(value)
|
||||
print "# %s, line %d: %s%s" % (file, line, tag, attribs)
|
||||
print notes,
|
||||
if notes:
|
||||
print notes,
|
||||
notes = ""
|
||||
print 'msgid "%s"' % translatable
|
||||
print 'msgstr ""'
|
||||
|
|
Loading…
Add table
Reference in a new issue