-
Notifications
You must be signed in to change notification settings - Fork 396
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 our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 -l
14
$ find . -type f -name "*.po" | xargs grep 'obsolesc' | wc -l
27
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