Commit Graph

12 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
f302fcb215 No titlecase in french.
http://jacques-andre.fr/faqtypo/lessons.pdf , §2.6 page 12
"en français, pas de majuscule initiale à tous les substantifs d’un titre"
et §3.3.2 page 15
2018-02-15 01:01:45 +01:00
5a285bfc73 distutils/sourcedist: Done. 2018-01-29 00:18:15 +01:00
dcd20adc42 merge pot files. 2017-05-27 23:07:59 +02:00
2258ed12c4 Proofreading transifex. 2017-05-25 22:53:09 +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
253d8ff815 FIX: Orthographe. 2017-05-10 14:16:32 +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
84e5545ebb Hi, gettext_compact=0. 2016-10-30 10:50:10 +01:00