- Notifications
You must be signed in to change notification settings - Fork266
FIX: Turtle module constant should not be translated.#1901
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
library/turtle.po Outdated
@@ -934,23 +934,23 @@ msgstr "" | |||
#: library/turtle.rst:617 | |||
msgid "\"fastest\": 0" | |||
msgstr "« le plus rapide » : 0" | |||
msgstr "`\"fastest\"` : 0" |
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 ne faut pas des doubles backticks ? Tu veux vraiment utiliser le rôle par défaut ?
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.
Et toutes les constantes relatives àspeed sont à modifier.
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.
Backticks fixés.
Quelles autres constantes@christopheNan ?
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.
C'est ça. J'avais loupé rapide, lent ..
PyDocTeur commentedJul 7, 2022
Hello@JulienPalard ! Désolé, mais ton titre de pull request me semble invalide par rapport à ce que je suis programmé d'accepter. DisclaimerJe suis un robot fait par l'équipe del'AFPy et de Traduction I'm a bot made by theTranslation and AFPy teams on their free (state: incorrect_title) |
* FIX: Turtle module constant should not be translated.* Oops default roles.
Car en fait ça s'utilise à coup de
turtle.speed("fastest")
donc il faut garder"fastest"
dans la doc.