Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upComplete installing section #2
Merged
Conversation
installing/index.po
Outdated
|
|
||
| #: ../Doc/installing/index.rst:47 | ||
| msgid "" | ||
| "The `Python Packaging Index <https://pypi.python.org/pypi>`__ is a public " | ||
| "repository of open source licensed packages made available for use by other " | ||
| "Python users." | ||
| msgstr "" | ||
| "L`Index des Paquets Python <<https://pypi.python.org/pypi>`__ est un dépôt " |
This comment has been minimized.
This comment has been minimized.
JulienPalard
May 24, 2017
Member
Un < de trop, et le backtick (`) ouvrant du lien ne sera pas afficher, il faut donc concerver un apostrophe:
L'`Index des Paquets Python <https://…>`__
installing/index.po
Outdated
| @@ -120,6 +133,13 @@ msgid "" | |||
| "documentation, and issue trackers on both `GitHub <https://github.com/" | |||
| "pypa>`__ and `BitBucket <https://bitbucket.org/pypa/>`__." | |||
| msgstr "" | |||
| "L`Autorité des Paquets Python <https://www.pypa.io/en/latest/>`__ est le " | |||
This comment has been minimized.
This comment has been minimized.
JulienPalard
May 24, 2017
Member
Même remarque, il manque un apostrophe après le L, tout en concervant le backtick pour l'ouverture de la balise du lien.
|
Ah, oui, petites erreurs d'inattention. J'ai mis à jour le commit. |
|
Merci :) |
entwanne
added a commit
to entwanne/python-docs-fr
that referenced
this pull request
May 30, 2017
afoures
pushed a commit
to afoures/python-docs-fr
that referenced
this pull request
Jan 11, 2019
deronnax
added a commit
to deronnax/python-docs-fr
that referenced
this pull request
May 12, 2019
Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
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.
entwanne commentedMay 24, 2017
Bonjour,
J'ai complété les entrées du fichier
installing/index.po.Je ne suis pas tout à fait sûr de mes traductions pour « Python Packaging User Guide » (« Guide Utilisateur de l'Empaquetage Python »), que je trouve assez moche même si syntaxiquement correct.
Je me demande d'ailleurs si une information n'est pas à ajouter pour les liens vers ce PyPUG, puisque pointant vers des pages en anglais.
Bonne soirée.