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: #231
Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-authored-by: Julien Palard <julien@palard.fr>
Co-committed-by: Julien Palard <julien@palard.fr>
This commit is contained in:
Julien Palard 2023-11-25 15:57:41 +00:00 committed by Christophe Nanteuil
parent 4afdbf71c5
commit 20e75e0336
1 changed files with 8 additions and 2 deletions

View File

@ -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