# HG changeset patch # User Simon Heimberg # Date 2013-11-17 19:24:33 # Node ID 3fe079d3a2b498983b99dfa6e616efb4b43994c5 # Parent 1267c1bd01f8854f0c9e94d406f4ed7684494410 i18n: posplit removes the entry "::" from the pot file We do not gain anything by allowing to translate it. diff --git a/i18n/posplit b/i18n/posplit --- a/i18n/posplit +++ b/i18n/posplit @@ -51,7 +51,7 @@ if __name__ == "__main__": delta = 0 for msgid, msgstr in zip(msgids, msgstrs): - if msgid: + if msgid and msgid != '::': newentry = mkentry(entry, delta, msgid, msgstr) mdirective = findd.match(msgid) if mdirective: