python-docs-fr/extending
Julien Palard 2a4be3dd02 Automatically review columns.
Checked using and some manual proofreading:

def check_entry(po_file, entry):
    if entry.msgid.endswith(' ::'):
        return
    if entry.msgid.endswith('::'):
        if entry.msgstr.endswith(': ::'):
            return
        entry.msgstr = entry.msgstr.rstrip(' :. ') + ' ::'
2018-03-20 23:58:00 +01:00
..
building.po Done: extending/building.po 2017-11-14 13:35:06 +01:00
embedding.po Automatically review columns. 2018-03-20 23:58:00 +01:00
extending.po Automatically review columns. 2018-03-20 23:58:00 +01:00
index.po extending/index.po done. see #87 2017-11-22 10:55:22 +01:00
newtypes.po Merging known translation locally (pomerge --from **/*.po --to **/*.po). 2017-12-05 07:54:15 +01:00
windows.po Automatically review columns. 2018-03-20 23:58:00 +01:00