- Notifications
You must be signed in to change notification settings - Fork397
Traducido archivo library/asyncio-eventloop#1813
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
@rtobar no estoy seguro cómo corregir el error de pospell. El término 'asyncgen' está entre comillas simples, al igual que los otros términos del mismo párrafo (ninguno de los términos está en el diccionario correspondiente) |
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.
@mmmarcos te dejo sólo una pregunta, es más una duda personal. Aparte de eso se ve todo super bien 👍
library/asyncio-eventloop.po Outdated
@@ -128,6 +129,9 @@ msgid "" | |||
"Deprecation warning is emitted if there is no running event loop. In future " | |||
"Python releases, this function will be an alias of :func:`get_running_loop`." | |||
msgstr "" | |||
"Se emite una advertencia de deprecación si no hay un bucle de eventos en " |
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.
Acá tengo una duda más personal: no me acuerdo si deprecación/deprecado es la palabra que estamos prefiriendo en estos casos, u obsolescencia/obsoleto, tu sabes? Si no, quizás si pudieras echar una mirada alrededor en otros archivos para ver qué se usa más frecuentemente sería genial.
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.
Está peleado 😅:
$ find . -type f -name "*.po" | xargs grep 'deprecac' | wc -l14$ find . -type f -name "*.po" | xargs grep 'obsolesc' | wc -l27
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.
Mmm, ok, yo diría que vayamos con la mayoría entonces.
Para arreglar el error vas a tener que agregar asyncgen al diccionario en el directorio Si hay palabras que no aparecen en ese diccionario, pero que "deberían" causar un error de chequeo ortográfico, es posiblemente porque deben aparecer en otros de los diccionarios (los diccionarios se mergean en uno solo cuando se hacen el chequeo ortográfico). |
yo lo veo bien@rtobar, te parece si hacemos merge? |
la angustia, la angustia! jaja le di al merge gracias@mmmarcos 🎉 |
Jajaja si, es que ya me tenía que ir a dormir 😛 |
Closes#1793