whatsnew: Automatically replicate issue titles using:

pofile = polib.pofile('./whatsnew/changelog.po') for entry in pofile: bpo = re.search('bpo-[0-9]+', entry.msgid) if bpo: entry.msgstr = entry.msgid if 'fuzzy' in entry.flags: entry.flags.remove('fuzzy') pofile.save()
This commit is contained in:
Julien Palard 2017-05-27 14:29:39 +02:00
commit c5bf46e78a

File diff suppressed because it is too large Load diff