mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 19:38:33 +00:00
Don't generate exiguous space.
This commit is contained in:
parent
b6d0c033d8
commit
3c5bc16d0a
@ -225,7 +225,8 @@ msgstr ""
|
|||||||
if key[0] == tag and key[1] == file and key[2] == line:
|
if key[0] == tag and key[1] == file and key[2] == line:
|
||||||
attribs = " has " + ", ".join(value)
|
attribs = " has " + ", ".join(value)
|
||||||
print "# %s, line %d: %s%s" % (file, line, tag, attribs)
|
print "# %s, line %d: %s%s" % (file, line, tag, attribs)
|
||||||
print notes,
|
if notes:
|
||||||
|
print notes,
|
||||||
notes = ""
|
notes = ""
|
||||||
print 'msgid "%s"' % translatable
|
print 'msgid "%s"' % translatable
|
||||||
print 'msgstr ""'
|
print 'msgstr ""'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user