Commit Graph

63 Commits

Author SHA1 Message Date
2641e7edf4 merge pot files. 2018-03-23 09:57:03 +01:00
a5c7846ef1 Fixing some end of lines. 2018-03-21 00:16:43 +01:00
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
14bb7dd731 "Using CommandLine" Review and Translation. 2018-03-16 21:48:12 +01:00
3cf6ea016c Merging known translation locally (pomerge --from **/*.po --to **/*.po). 2017-12-05 07:54:15 +01:00
707f05d2d7 merge pot files. 2017-12-01 07:48:13 +01:00
2e67138a40 Replicating known translations. 2017-08-10 07:17:13 +02:00
d66ca95dab merge pot files. 2017-08-10 01:06:46 +02:00
dcd20adc42 merge pot files. 2017-05-27 23:07:59 +02:00
ff33607bfd Reviewing fuzzy strings. 2017-05-27 14:17:28 +02:00
5f42b67249 Set Language header to each po file. 2017-05-24 00:40:56 +02:00
a25cddd031 3.6: merge pot files 2017-04-02 22:14:06 +02:00
84e5545ebb Hi, gettext_compact=0. 2016-10-30 10:50:10 +01:00