python-docs-fr/faq
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
..
design.po Automatically review columns. 2018-03-20 23:58:00 +01:00
extending.po No titlecase in french. 2018-02-15 01:01:45 +01:00
general.po Automatically review columns. 2018-03-20 23:58:00 +01:00
gui.po No titlecase in french. 2018-02-15 01:01:45 +01:00
index.po Set Language header to each po file. 2017-05-24 00:40:56 +02:00
installed.po merge pot files. 2017-08-01 13:29:09 +02:00
library.po No titlecase in french. 2018-02-15 01:01:45 +01:00
programming.po Automatically review columns. 2018-03-20 23:58:00 +01:00
windows.po Automatically review columns. 2018-03-20 23:58:00 +01:00