- Notifications
You must be signed in to change notification settings - Fork266
Commitc5bf46e
committed
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()1 parent4d5679b commitc5bf46e
1 file changed
+4004
-3649
lines changed0 commit comments
Comments
(0)