##// END OF EJS Templates
i18n: posplit removes the entry "::" from the pot file...
Simon Heimberg -
r20361:3fe079d3 default
parent child Browse files
Show More
@@ -51,7 +51,7 b' if __name__ == "__main__":'
51 51
52 52 delta = 0
53 53 for msgid, msgstr in zip(msgids, msgstrs):
54 if msgid:
54 if msgid and msgid != '::':
55 55 newentry = mkentry(entry, delta, msgid, msgstr)
56 56 mdirective = findd.match(msgid)
57 57 if mdirective:
General Comments 0
You need to be logged in to leave comments. Login now