Show More
@@ -55,6 +55,9 b' if __name__ == "__main__":' | |||
|
55 | 55 | newentry = mkentry(entry, delta, msgid, msgstr) |
|
56 | 56 | mdirective = findd.match(msgid) |
|
57 | 57 | if mdirective: |
|
58 | if not msgid[mdirective.end():].rstrip(): | |
|
59 | # only directive, nothing to translate here | |
|
60 | continue | |
|
58 | 61 | directive = mdirective.group(1) |
|
59 | 62 | comment = 'do not translate: .. %s::' % directive |
|
60 | 63 | if not newentry.comment: |
General Comments 0
You need to be logged in to leave comments.
Login now