@@ -77,7 +77,7 @@ Step by step:
7777 All the translations must be made on the latest release.
7878We never translate on an oldest version, by example, the latest python release
7979is python 3.7, we don't want to translate directly on the python 3.5 release.
80- If needed translations would be backported on the oldest versions by the
80+ If needed translations would be backported on the oldest versions by the
8181`documentation team <https://www.python.org/dev/peps/pep-8015/#documentation-team> `.
8282
8383Now you're ready to start a work session, each time you'll start a new task, start here:
@@ -93,22 +93,6 @@ Now you're ready to start a work session, each time you'll start a new task, sta
9393 # You can now work on the file, typically using poedit,
9494 poedit directory/file.po
9595
96- # After writing your changes to disk, check for correctness:
97- make
98-
99- # Sphinx will tell you if there is any syntax error in the files
100- # you modified. Note that in the French Translation, we try to keep Sphinx
101- # warnings to zero.
102-
103- # you may want to check if there are semantic errors.
104- # Open the translated file in your browser to check how it renders.
105- # Don't forget to verify the typography. The French conventions are not
106- # the English ones, especially for punctuation.
107- # Also, Grammalecte, a browser plugin avaliable in your browser store,
108- # is your friend even if, because of the technical words that appear
109- # everywhere in the documentation, it points out many false positive.
110- exo-open ../cpython/Doc/build/html/directory/file.html
111-
11296 # When everything is clear (syntax errors from Sphinx, html rendering,
11397 # semantics, typography),
11498 # you can commit your work with a nice explicit message:
@@ -121,7 +105,8 @@ Now you're ready to start a work session, each time you'll start a new task, sta
121105 # it's nice as it's exactly what we want:
122106 git push origin HEAD
123107
124- # Now you can open the pull request on github, just go to
108+ # The previous command will print you a link to open a PR on github.
109+ # If you missed it, just go to
125110 # https://github.com/python/python-docs-fr/ and a nice "Compare & pull request"
126111 # button should appear after a few seconds telling you can ask for a pull request.
127112
0 commit comments