Commit Graph

8 Commits

Author SHA1 Message Date
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
cde310d5d2 Tutorial Errors and Exceptions Review. 2018-02-10 21:10:20 +01:00
dcd20adc42 merge pot files. 2017-05-27 23:07:59 +02:00
61533a9516 tutorial/ → 100% 2017-05-16 23:31:05 +02:00
4cb8c0a89b Merge (and review) from transifex. 2017-04-03 09:25:21 +02:00
a25cddd031 3.6: merge pot files 2017-04-02 22:14:06 +02:00
Valentin Lorentz
3c285027b1 Finish translation of the 3.6 tutorial. 2016-11-19 16:44:37 +01:00
84e5545ebb Hi, gettext_compact=0. 2016-10-30 10:50:10 +01:00