Skip to content
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

Traducción archivo referencecompound_stmts #2778

Merged
merged 7 commits into from
Nov 19, 2024

Conversation

dporta97
Copy link
Contributor

Closes #2647

Copy link

github-actions bot commented Dec 13, 2023

All entries translated, horray! 🎉

@cmaureir
Copy link
Collaborator

cmaureir commented Jan 3, 2024

gracias por la traducción @dporta97 🎉
Ten en cuenta que muchas de las palabras que tradujiste, se refieren a código python o tipos distintos, por ejemplo async with se refiere a la forma de usar el context manager with de forma asíncrona en python, tipo:

async with(....) as a:
    ...

Entonces no hay que traducirlo.

Adicionalmente, cuando la palabra en inglés se mantenga, como class se debe mantener y agregar al diccionario del archivo, así evitamos problemas de estilo para que no hayan palabras en cursiva cuando no estén en cursiva en el texto original.

@cacrespo cacrespo merged commit b689484 into python:3.12 Nov 19, 2024
4 checks passed
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 reference/compound_stmts.po
3 participants