Rétro-portage des traductions de 3.8 vers 3.7 - #1236
Merged
Conversation
Effectué automatiquement : si les msgid sont identiques, rétro-porte le msgstr. Permet de rétro-porter les coquilles qui ont été corrigées entre la 3.7 et la 3.8 et devrait être suffisamment conservateur pour ne pas propager des erreurs de la 3.8 vers la 3.7.
christopheNan
added a commit
to christopheNan/python-docs-fr
that referenced
this pull request
Apr 23, 2020
Mêmes remarques que pour la PR python#1236.
Collaborator
|
Wow. Bien joué. Comment as-tu fais ? Un script que tu as fait toi-même ? |
deronnax
previously approved these changes
Apr 23, 2020
deronnax
left a comment
Collaborator
There was a problem hiding this comment.
à vu de nez, ça a l'air bon. Bravo.
Contributor
Author
|
Pour le C/R Travis : |
Contributor
Author
|
Compile chez moi (avec des warning Deprecated liés à Sphinx, qui sont traités en erreur par Travis en raison de l'option |
Collaborator
|
Il y a des erreurs non-pospell également (que je ne comprends pas) : |
``` $ mkdir ../cpython-3.7 $ rm -Rf ~/.venvs/python-docs-i18n $ make CPYTHON_CLONE=../cpython-3.7/ $ ... $ Build finished. The HTML pages are in build/html. $ make[1] : on quitte le répertoire « xxxx/cpython-3.7/Doc »
deronnax
approved these changes
Apr 27, 2020
Collaborator
|
Merci Christophe. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Effectué automatiquement : fichier par fichier, si les msgid sont identiques alors rétro-porte le msgstr.
Permet de rétro-porter les coquilles qui ont été corrigées entre la 3.7 et la
3.8 et devrait être suffisamment conservateur pour ne pas propager des erreurs
de la 3.8 vers la 3.7.