-
Notifications
You must be signed in to change notification settings - Fork 266
Traduction de library/__main__.po #1751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merci Jean, quelques remarques.
"d'entrée, qui demandent à `pip <https://pip.pypa.io/>`_ de créer un " | ||
"exécutable. Il le fait en insérant un appel à la fonction à l'intérieur d'un " | ||
"modèle prédéfini où la valeur qu'elle renvoie est passée directement à :func:" | ||
"`sys.exit` :" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"`sys.exit` :" | |
"`sys.exit` ::" |
"'__main__'``. Il s'appelle avec la commande :samp:`python3 -m venv {dossier}" | ||
"`." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"'__main__'``. Il s'appelle avec la commande :samp:`python3 -m venv {dossier}" | |
"`." | |
"'__main__'``. Il s'appelle avec la commande ``python3 -m venv {dossier}``." |
Sphinx n'a pas râlé ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non car :samp:
est purement une commande de formatage et n'induit pas de référence comme :ref:
, :term:
, etc. Veux-tu que je change tout de même ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je dirais qu'il ne faut pas abuser de ces transformations syntaxiques qui pourraient rendre plus difficiles le traitement du fichier sur le long terme.
Co-authored-by: Christophe Nanteuil <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
ON Y EST PRESQUE ! Un p'tit label DisclaimerJe suis un robot fait par l'équipe de l'AFPy et de Traduction I'm a bot made by the Translation and AFPy teams on their free (state: approved) |
Closes #1742