Skip to content

Commit 20e75e0

Browse files
JulienPalardChristophe Nanteuil
authored andcommitted
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 <christophenan@noreply.localhost> Co-authored-by: Julien Palard <julien@palard.fr> Co-committed-by: Julien Palard <julien@palard.fr>
1 parent 4afdbf7 commit 20e75e0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,21 @@ Troisième étape: Traduction
264264
===========================
265265
266266
Avec Poedit
267-
---------------
267+
-----------
268+
268269
Ici, remplacez « library/sys.po » par le fichier que vous avez choisi précédemment.
269270
270271
.. code-block:: bash
271272
272273
poedit library/sys.po
273274
274275
275-
Ou lancez simplement Poedit puis « Fichier » → « Ouvrir ».
276+
Ou lancez simplement Poedit puis « Fichier » → « Ouvrir ».
277+
278+
Il n'est pas obligatoire de terminer un fichier, ni de le travailler
279+
de haut en bas, chacun traduit ce qu'il souhaite. Cependant évitons de
280+
changer plus de 200 lignes par *pull request* (pour le confort des
281+
relecteurs). Faire plusieurs *pull requests* est bien sûr autorisé.
276282
277283
278284
Vérifications après traduction

0 commit comments

Comments
 (0)