1
0
Fork 0

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
parent 4d5679b56b
commit c5bf46e78a
1 changed files with 3991 additions and 3636 deletions

File diff suppressed because it is too large Load Diff