Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 2 commits into from
Jan 5, 2022

Conversation

mmmarcos
Copy link
Collaborator

@mmmarcos mmmarcos commented Jan 5, 2022

Closes #1793

@mmmarcos
Copy link
Collaborator Author

mmmarcos commented Jan 5, 2022

@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)

Copy link
Collaborator

@rtobar rtobar left a 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 πŸ‘

@@ -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 "
Copy link
Collaborator

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.

Copy link
Collaborator Author

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

Copy link
Collaborator

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.

@rtobar
Copy link
Collaborator

rtobar commented Jan 5, 2022

@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)

Para arreglar el error vas a tener que agregar asyncgen al diccionario en el directorio dictionaries/ que corresponde a este archivo .po. Si no hay uno, lo puedes agregar.

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).

@cmaureir
Copy link
Collaborator

cmaureir commented Jan 5, 2022

yo lo veo bien @rtobar, te parece si hacemos merge?

@cmaureir cmaureir merged commit 9f84efb into python:3.10 Jan 5, 2022
@cmaureir
Copy link
Collaborator

cmaureir commented Jan 5, 2022

la angustia, la angustia! jaja le di al merge

gracias @mmmarcos πŸŽ‰

@rtobar
Copy link
Collaborator

rtobar commented Jan 6, 2022

Jajaja si, es que ya me tenΓ­a que ir a dormir πŸ˜›

@mmmarcos mmmarcos deleted the traduccion-asyncio-eventloop branch October 29, 2022 11:39
@mmmarcos mmmarcos restored the traduccion-asyncio-eventloop branch October 29, 2022 11:39
@mmmarcos mmmarcos deleted the traduccion-asyncio-eventloop branch October 29, 2022 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translate 'library/asyncio-eventloop.po'
3 participants