We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0ac08 commit cf6e01eCopy full SHA for cf6e01e
README.rst
@@ -74,6 +74,11 @@ Step by step:
74
# Add the upstream (the public repository) using HTTPS (won't ask for password):
75
git remote add upstream https://github.com/python/python-docs-fr.git
76
77
+All the translations must be made on the latest release.
78
+We never translate on an oldest version, by example, the latest python release
79
+is 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
81
+`documentation team <https://www.python.org/dev/peps/pep-8015/#documentation-team>`.
82
83
Now you're ready to start a work session, each time you'll start a new task, start here:
84
0 commit comments