Commit Graph

19 Commits

Author SHA1 Message Date
1a2967081b Review fuzzy strings. 2018-06-17 10:55:50 +02:00
a3c425d512 merge pot files. 2018-06-17 10:43:33 +02: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
Cimon Lucas (LCM)
92f3ea9264
Remplacement systématique de "retourner" par "renvoyer" 2017-09-22 11:47:21 +02:00
d66ca95dab merge pot files. 2017-08-10 01:06:46 +02:00
f9c8867c8d Complete library/datetime.po 2017-08-08 10:42:13 +02:00
3f9b7cfa95 FIX: Some typos. 2017-08-01 14:49:25 +02:00
4ef9eaac76 merge pot files. 2017-08-01 13:29:09 +02:00
e28a5bfd0a Working on library/datetime.po (bis) 2017-06-24 05:04:58 +02:00
8e1d374d2f Working on library/datetime.po 2017-06-16 17:06:35 +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
f8d2693611 fix style. 2017-05-16 23:44:27 +02:00
985565d519 FIX: Build warnings 2017-05-12 13:19:25 +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