Commit Graph

528 Commits

Author SHA1 Message Date
4e5200daad Mise en cohérence des délimiteurs de blocs '::' entre la version originale et
la traduction.
2018-03-24 12:16:48 +01: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
9beada2f92 Prise en compte des remarques de relecture de JulienPalard 2018-03-23 23:07:44 +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
f67f7b273f Let's use a git branch instead of pomerge and a subdirectory (see README on master). 2018-03-23 15:05:10 +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
64836954f6 Merge branch '3.6' of github.com:python/python-docs-fr into ref_lex_ana 2018-03-22 21:45:57 +01:00
edd64de035 'Reference Lexical Analysis' Translation 2018-03-22 21:37:12 +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
e5118f82df
Merge pull request #166 from christopheNan/using_cmdline
"Using CommandLine" Review and Translation.
2018-03-20 23:05:46 +01:00
1f261d43f4 Proofreading colorsys.po 2018-03-20 22:57:55 +01:00
Fred Z
c7d71d9d8a Translate library/colorsys.po 2018-03-20 22:53:16 +01:00
f21753a9fa Reviewing distutils. 2018-03-20 22:46:29 +01:00
Fred Z
71d6553682 Translate library/distutils.po 2018-03-20 22:26:51 +01:00
14bb7dd731 "Using CommandLine" Review and Translation. 2018-03-16 21:48:12 +01:00
328bfbe83f
Merge pull request #165 from christopheNan/upgrade_venv
Makefile enhancement:
2018-03-12 23:34:34 +01:00
e50f6b6b15 Makefile enhancement:
- add a rule that upgrades virtual env
- add a JOBS parameter to Sphinx to specify the number of jobs (commands)
  to run simultaneously
2018-03-12 23:27:55 +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
51b5433d02
Merge pull request #160 from christopheNan/tutorialinteractive
Tutorial Interactive Input Review.
2018-03-07 14:21:18 +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
stevostean
da76d1d938 Translation lzma.po (finished) 2018-02-20 22:19:02 +01:00
stevostean
9ea9a6e8a9 Translation lzma.po (95%) 2018-02-20 22:07:16 +01:00
stevostean
37f23d2218 Translation lzma.po (85%) 2018-02-20 21:36:55 +01:00
stevostean
ba6e2c2e51 Resolving conflicts 2018-02-20 21:29:54 +01:00
stevostean
3a72937ee5 Translation lzma.po (84%) 2018-02-20 21:26:55 +01:00
stevostean
58cd43e8e8 Translation lzma.po (84%) 2018-02-20 20:58:24 +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
2215cdafea tx pull. 2018-02-08 11:38:00 +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