Commit Graph

21 Commits

Author SHA1 Message Date
37932b5a6a Appellation correcte du caractère '#' : croisillon 2018-03-23 23:17:29 +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
11b0cd19ad L'ellipse sur les types n'était pas claire. 2018-02-02 07:37:45 +01:00
59cdb3b4e1 Tutorial Introduction review. 2018-02-02 07:37:45 +01:00
ce399c38c2 FIX: Double s on muables. 2018-01-21 21:43:15 +01:00
415ef358f6 FIX: Smart quotes. fixes #103. 2018-01-09 19:00:11 +01:00
4df7fb2591 FIX: Line length. 2017-12-26 09:08:56 +01:00
BellaMia777
93c0324d22 fix: grammar mistake 2017-12-21 00:46:27 +01:00
BellaMia777
2b5f471f3c fix: missing characters 2017-12-21 00:44:56 +01:00
707f05d2d7 merge pot files. 2017-12-01 07:48:13 +01:00
4805b8d795 FIX: Sphinx warnings. 2017-11-21 21:22:38 +01:00
0d4bffbcf9 s/mutable/muable/
Long debate between those words. We could use "modifiable" too but the
binary relation between "immuable" and "modifiable" is less clear.

"muable" was in the 6th edition of the dictionnary of the Académie
française.
2017-10-27 17:43:57 +02:00
77b66e2cc0 FIX: Error in tutorial, thanks Jean Lindeman for reporting.
c.f. https://lists.afpy.org/pipermail/traductions/2017-September/000087.html
2017-09-05 16:05:35 +02:00
d66ca95dab merge pot files. 2017-08-10 01:06:46 +02:00
4ef9eaac76 merge pot files. 2017-08-01 13:29:09 +02:00
499f495563 FIX: typo and missing '^' on 'chaine'. Thanks to Mai Line. 2017-07-06 10:18:41 +02:00
dcd20adc42 merge pot files. 2017-05-27 23:07:59 +02:00
61533a9516 tutorial/ → 100% 2017-05-16 23:31:05 +02:00
a25cddd031 3.6: merge pot files 2017-04-02 22:14:06 +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