Commit Graph

97 Commits

Author SHA1 Message Date
Christophe Nanteuil
1e8d67f3bc
Rétro-portage de 3.8 vers 3.6 (#1237) 2020-04-24 11:39:30 +02:00
739c3a9136 Replicating from 3.7 2018-10-10 18:31:41 +02:00
4290f2cbb0 Replicating from 3.7 2018-07-24 14:48:15 +02:00
60221d60e6 Merge translations from 3.7. 2018-07-03 11:25:11 +02:00
b18e6ea94a FIX: Feedback from ChristopheNan. 2018-06-17 22:28:31 +02:00
a72265f681 Working on small files. 2018-06-17 12:27:27 +02:00
9502ebba0f Missing language tags 2018-06-17 10:37:56 +02:00
7857077495 Review fuzzy strings. 2018-06-10 15:37:51 +02:00
c80453916d merge pot files. 2018-06-10 11:32:30 +02:00
d1dac2c677 applying christopheNan's review. 2018-05-11 19:37:20 +02:00
0d052d40c7 Reviewing fuzzy strings. 2018-05-08 20:27:09 +02:00
76b9449e29 Revewing some fuzzy strings. 2018-05-08 17:15:16 +02:00
e810d13422 merge pot files. 2018-04-29 00:28:01 +02:00
065cc07345
Merge pull request #171 from christopheNan/croisillon
Appellation correcte du caractère '#' : croisillon
2018-03-24 00:15:42 +01:00
37932b5a6a Appellation correcte du caractère '#' : croisillon 2018-03-23 23:17:29 +01:00
70456a5ca8
Merge pull request #170 from christopheNan/review_trans
Review after automatic replacement of periods.
2018-03-23 17:33:13 +01:00
2641e7edf4 merge pot files. 2018-03-23 09:57:03 +01:00
06da6148b6 Tutorial Review after automatic replacements. 2018-03-22 23:26:39 +01:00
228b3c0b2a Reviewing various typical errors. 2018-03-21 00:55:50 +01:00
a5c7846ef1 Fixing some end of lines. 2018-03-21 00:16:43 +01:00
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
146fb49790
Merge pull request #163 from christopheNan/tutoappendix
'Tutorial Appendix' Review.
2018-03-12 13:32:47 +01:00
5380784b53
Merge pull request #162 from christopheNan/tutofloating
Tutorial 'Floating Point Arithmetic' Review.
2018-03-12 13:31:45 +01:00
2416cecac0 'Tutorial Appendix' Review. 2018-03-10 14:47:28 +01:00
9a579b746f Tutorial 'Floating Point Arithmetic' Review. 2018-03-04 00:06:58 +01:00
6df68e30d5 Tutorial Interactive Input Review. 2018-03-01 22:27:02 +01:00
38ce7ff77e
Merge pull request #157 from christopheNan/tutowhatnow
Tutorial What Now Review.
2018-02-18 11:41:48 +01:00
Christophe Nanteuil
d1bef68c54
Merge branch '3.6' into tutowhatnow 2018-02-17 21:19:57 +01:00
dd6421f7b9 Tutorial What Now Review. 2018-02-17 21:17:48 +01:00
Christophe Nanteuil
761b3e0d6a
Merge branch '3.6' into tutovenv 2018-02-17 15:10:22 +01:00
33d80f017d Tutorial Virtual Environments and Packages Review. 2018-02-17 15:01:14 +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
2d50d965b5 Tutorial Standard Library - part II Review. 2018-02-14 13:50:13 +01:00
d0e88f6ebc Tutorial Classes Review.
Indentation Fixed with poindent.
2018-02-13 01:56:40 +01:00
cde310d5d2 Tutorial Errors and Exceptions Review. 2018-02-10 21:10:20 +01:00
a2e79cffee Tutorial Input-Output Review. 2018-02-10 09:11:46 +01:00
bb8b1ee988 merge pot files. 2018-02-08 10:02:29 +01:00
3c33cb06b2 Tutorial Modules Review. 2018-02-08 09:57:51 +01:00
d71a11b4bb Tutorial Datastructures Review: back to original msgid. 2018-02-06 23:35:18 +01:00
4891ad70db Tutorial Datastructures Review. 2018-02-06 23:35:18 +01:00
0a38a59b09 Tutorial Control Flow Review: imprime --> affiche. 2018-02-03 09:24:03 +01:00
58680beca9 Tutorial Control Flow review : non breakable spaces. 2018-02-03 09:24:03 +01:00
Christophe Nanteuil
d743c97bd8 Tutorial ControlFlow 2nd review 2018-02-03 09:24:03 +01:00
6b7eff9ce7 Tutorial Control Flow Review. 2018-02-03 09:24:03 +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
4e49d0297c Fixing typo. 2018-02-01 13:55:04 +01:00