From cf6e01e749937f27242eedb11c5b24f5bfd5095a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Thu, 1 Nov 2018 22:47:01 +0100 Subject: [PATCH] Give more info about release life cycle and translations (#392) Explain a little bit more how to the translations deal with python releases and how to add translation changes related to the python life cycle. --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 55dc685f..e02119ec 100644 --- a/README.rst +++ b/README.rst @@ -74,6 +74,11 @@ Step by step: # Add the upstream (the public repository) using HTTPS (won't ask for password): git remote add upstream https://github.com/python/python-docs-fr.git +All the translations must be made on the latest release. +We never translate on an oldest version, by example, the latest python release +is python 3.7, we don't want to translate directly on the python 3.5 release. +If needed translations would be backported on the oldest versions by the +`documentation team `. Now you're ready to start a work session, each time you'll start a new task, start here: