From 20e75e0336375dc89f6ab157e587a1332d3dc9d5 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 25 Nov 2023 15:57:41 +0000 Subject: [PATCH] I have hard times reviewing PR of more than 200 lines. (#231) Smaller PR are: - Faster to review: reviewers may not have many free hours straight. - Easier to merge: if a translator does a lot of work, better have - part of it merged quickly (by merging good PRs) instead of blocking - the whole work due to a small detail. Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/231 Reviewed-by: Christophe Nanteuil Co-authored-by: Julien Palard Co-committed-by: Julien Palard --- CONTRIBUTING.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 62ae51e8..a0839f45 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -264,7 +264,8 @@ Troisième étape: Traduction =========================== Avec Poedit ---------------- +----------- + Ici, remplacez « library/sys.po » par le fichier que vous avez choisi précédemment. .. code-block:: bash @@ -272,7 +273,12 @@ Ici, remplacez « library/sys.po » par le fichier que vous avez choisi préc poedit library/sys.po -Ou lancez simplement Poedit puis « Fichier » → « Ouvrir ». +Ou lancez simplement Poedit puis « Fichier » → « Ouvrir ». + +Il n'est pas obligatoire de terminer un fichier, ni de le travailler +de haut en bas, chacun traduit ce qu'il souhaite. Cependant évitons de +changer plus de 200 lignes par *pull request* (pour le confort des +relecteurs). Faire plusieurs *pull requests* est bien sûr autorisé. Vérifications après traduction