-
Notifications
You must be signed in to change notification settings - Fork 396
Traducción del archivo library/typing.po #1331
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
383703f
to
387ac71
Compare
387ac71
to
f222c00
Compare
Por cierto @javoweb no es necesarios que hagas force push, peus siempre hacemos Squash+Merge a la rama principal. Así no perdemos la historia cuando se hagan revisiones en versiones anteriores mientras el PR esté abierto. |
library/typing.po
Outdated
@@ -877,7 +901,7 @@ msgid "" | |||
"``Annotated`` type allows for both static typechecking of ``T`` (e.g., via " | |||
"mypy or Pyre, which can safely ignore ``x``) together with runtime access to " | |||
"``x`` within a specific application." | |||
msgstr "" | |||
msgstr "Un tipo introducido en :pep:`593` (``Anotaciones flexibles 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.
el build actualmente falla porque no hay un '``' al final de la expresión, pero por lo que veo falta la traducción del párrafo completo :P
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.
Hola, sí. Es un WIP
.pre-commit-config.yaml
Outdated
@@ -1,6 +1,6 @@ | |||
repos: | |||
- repo: https://github.com/JulienPalard/powrap | |||
rev: master | |||
rev: main |
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.
hay que quitar los cambios en este archivo, pues entraron en otro Pull Request. Quizás lo que puedes hacer es un merge de 3.9 a este PR
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.
Gracias por notarlo. :)
Muchas gracias @javoweb 🎉 |
Translations for
library/typing.po
.Closes #1312