-
Notifications
You must be signed in to change notification settings - Fork 396
Traducido library/ast #484
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
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.
¡Muchas gracias @cmaureir!
Dejé algunas sugerencias y con eso, creo quedaría listo el archivo :)
"`end_col_offset` son las correspondientes compensaciones de bytes UTF-8 del " | ||
"primer y último token que generó el nodo. El desplazamiento UTF-8 se " |
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.
"`end_col_offset` son las correspondientes compensaciones de bytes UTF-8 del " | |
"primer y último token que generó el nodo. El desplazamiento UTF-8 se " | |
"`end_col_offset` son las correspondientes compensaciones de bytes UTF-8 del " | |
"primer y último token que generó el nodo. El desplazamiento UTF-8 se " |
Acá usas "compensaciones" y "desplazamiento" para "offsets", te parece si lo estandarizamos por alguno que encaje en ambas líneas?
|
||
#: ../Doc/library/ast.rst:84 | ||
msgid "" | ||
"If there are keyword arguments, they will set the attributes of the same " | ||
"names to the given values." | ||
msgstr "" | ||
"Si hay argumentos de palabras clave, establecerán los atributos de los " |
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.
"Si hay argumentos de palabras clave, establecerán los atributos de los " | |
"Si hay argumentos por palabras clave, establecerán los atributos de los " |
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.
al final decidimos aceptar los dos :P "por" y "de"
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.
Encontré una última cosita :)
Co-authored-by: narvmtz <51009725+narvmtz@users.noreply.github.com>
Solo faltaría hacerle powrap y creo que con eso pasaría Travis :) |
@narvmtz cuando le des approve mergeamos este :) |
Closes #469