- Notifications
You must be signed in to change notification settings - Fork395
traducido archivo whatsnew/3.10#2141
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
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.
una entrada tenia un comando incorrecto
whatsnew/3.10.po Outdated
@@ -53,6 +54,9 @@ msgid "" | |||
"Python 3.10 was released on October 4, 2021. For full details, see the :ref:" | |||
"`changelog <changelog>`." | |||
msgstr "" | |||
"Este artículo explica las nuevas características de Python 3.10, en " | |||
"comparación con la 3.9. Python 3.10 se publicó el 4 de octubre de 2021. Para " | |||
"obtener todos los detalles, consulte el :ref: `<changelog> changelog`." |
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.
"obtener todos los detalles, consulte el :ref: `<changelog>changelog`." | |
"obtener todos los detalles, consulte el :ref:`changelog <changelog>`." |
mismo problema con espacios, uno falla uno, y se va todo a la B jaja y es al revés.
A mi me pasaba cuando usaba google translate que a veces daba vuelta la traducción
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.
😢 raios. Y yo cambie otra cosa nada que ver hahaha. ¿Cómo puedo debuggear eso? con el pre-commit debería bastar no?
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.
make build
localmente y vas a ver si todo funciona :D
Muchas gracias! |
Closed#2078