-
- Notifications
You must be signed in to change notification settings - Fork 264
[WIP] sys translation #401
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
christopheNan left a comment
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 pour ta contribution et ta présence à l'atelier.
Quelques remarques.
| "l'appel par défaut (e.g. ``pdb.set_trace()``) n'attend pas d'argument, mais " | ||
| "vous pourriez la lier à une fonction qui attend des arguments " | ||
| "supplémentaires (positionnels et/ou mots-clés). La fonction native " | ||
| "`breakpoint()` passe ses ``*args`` et ``**kws``directement au travers. Tout " |
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.
Il manque une espace, ce qui casse le parseur rst :
| "`breakpoint()` passe ses ``*args`` et ``**kws``directement au travers. Tout " | |
| "`breakpoint()` passe ses ``*args`` et ``**kws`` directement au travers. Tout " |
| "module`` sera importé et le module devra contenir une fonction appelable " | ||
| "``function()``. Celle-ci est lancée en lui passant ``*args`` et ``*kws`` et, " | ||
| "quoique renvoie ``function()``, ``sys.breakpointhook()`` retourne à la " | ||
| "fonction native ``breakpoint()``." |
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.
| "fonction native ``breakpoint()``." | |
| "fonction native :func:`breakpoint`." |
Sphinx n'est pas content si la fonction est citée dans l'originale mais pas dans la traduction.
| "Added ``dev_mode`` attribute for the new :option:`-X` ``dev`` flag and " | ||
| "``utf8_mode`` attribute for the new :option:`-X` ``utf8`` flag." | ||
| msgstr "" | ||
| "Ajout de l'attribut ``dev_mode`` pour la nouvelle option :option:`-X` de " |
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.
| @Louis-Gabriel-TM Poke ? 😄 Et la |
| Mergé et relu. Merci pour cette PR @Louis-Gabriel-TM \o/ |

Rectification de quelques entrées et ajout de quelques autres.
Quelques entrées encore non traduites par manque de connaissance sur les questions abordées.