# HG changeset patch # User Simon Heimberg # Date 1384716273 -3600 # 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 -r 1267c1bd01f8 -r 3fe079d3a2b4 i18n/posplit --- a/i18n/posplit Wed Jan 29 16:47:00 2014 +0100 +++ b/i18n/posplit Sun Nov 17 20:24:33 2013 +0100 @@ -51,7 +51,7 @@ 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: