Commit Graph

14 Commits

Author SHA1 Message Date
739c3a9136 Replicating from 3.7 2018-10-10 18:31:41 +02:00
4290f2cbb0 Replicating from 3.7 2018-07-24 14:48:15 +02:00
0d052d40c7 Reviewing fuzzy strings. 2018-05-08 20:27:09 +02:00
fecc43af47 FIX: Consistency with glossary. 2018-04-16 23:54:32 +02: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
53a27ec405 tx pull. 2018-01-04 17:07:22 +01:00
3cf6ea016c Merging known translation locally (pomerge --from **/*.po --to **/*.po). 2017-12-05 07:54:15 +01:00
62c536b30f Review fuzzy strings. 2017-12-03 14:00:50 +01:00
707f05d2d7 merge pot files. 2017-12-01 07:48:13 +01:00
Sebastien Corbin
f62c4720c1 Implement requested changes 2017-09-24 21:24:59 +02:00
Sebastien Corbin
b728c37835 Translate functools 2017-09-24 21:24:59 +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