Commit Graph

9 Commits

Author SHA1 Message Date
e878d34294 Reindenting po files. 2018-03-21 00:00:20 +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
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
72a929b95a Tutorial Standard Library:
fixing a typo.
2018-02-15 00:26:46 +01:00
bc18388a29 Tutorial Standard Library Review. 2018-02-15 00:26:46 +01:00
3d02cc14c3 indenting po files. 2017-09-22 13:44:56 +02:00
gaellick
4c1114f326 fix grammar and sentences
add timezone aware translation proposal
2017-09-22 00:13:13 +02:00
Valentin Lorentz
3c285027b1 Finish translation of the 3.6 tutorial. 2016-11-19 16:44:37 +01:00
84e5545ebb Hi, gettext_compact=0. 2016-10-30 10:50:10 +01:00