Commit Graph

20 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
bb8b1ee988 merge pot files. 2018-02-08 10:02:29 +01:00
e9b16ab4f5 FIX typo. 2018-01-09 18:34:06 +01:00
11bc26ab7b s/thread/fil d'exécution/ 2017-12-11 13:55:56 +01:00
dd34b1e916 Missing ltter. 2017-10-26 16:16:56 +02:00
f15f1c8958 FIX: Sphinx warnings. 2017-10-13 23:30:38 +02:00
f5fb08b219 Done: library/sys 2017-10-13 23:03:55 +02:00
d3a9d133d8 FIX: sphinx warnings. 2017-09-24 23:19:43 +02:00
7dc610b281 Working on sys 2017-09-22 18:18:16 +02:00
70a15118f0 Working on sys 2017-09-22 17:46:52 +02:00
bac5b32e2c Work on sys.po. 2017-09-22 12:12:57 +02:00
2dc1b62b92 Working on sys.po 2017-09-22 10:09:33 +02:00
4adafb9ab3 FIX: Some inconsistencies. 2017-09-22 10:09:33 +02:00
4fec6d55ee Working on sys.po. 2017-09-22 10:09:33 +02:00
aa4930ac30 More classical order of metadata. 2017-08-11 19:15:15 +02:00
d66ca95dab merge pot files. 2017-08-10 01:06:46 +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
d1a5d291b1 Fetching from transifex. 2017-03-05 10:57:28 +01:00
84e5545ebb Hi, gettext_compact=0. 2016-10-30 10:50:10 +01:00