Skip to content

traducción library/logging.po #1808

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 4 commits into from
Jan 4, 2022

Conversation

aroquega
Copy link
Collaborator

@aroquega aroquega commented Jan 3, 2022

Closes #1753

msgid ""
"The LogRecord has a number of attributes, most of which are derived from the "
"parameters to the constructor. (Note that the names do not always correspond "
"exactly between the LogRecord constructor parameters and the LogRecord "
"attributes.) These attributes can be used to merge data from the record into "
"the format string. The following table lists (in alphabetical order) the "
"attribute names, their meanings and the corresponding placeholder in a "
"%-style format string."
"attribute names, their meanings and the corresponding placeholder in a %-"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

creo que de nuevo poedit modificó el texto en inglés, o era un problema con powrap que tenías?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pues no sé qué pasó, el anterior problema era por poedit y lo solucioné con powrap, pero ahroa powrap wrapeo eso 🤔

@@ -1427,7 +1428,7 @@ msgstr ""
"utilizarse para combinar los datos del registro en la cadena de formato. La "
"siguiente tabla enumera (en orden alfabético) los nombres de los atributos, "
"sus significados y el correspondiente marcador de posición en una cadena de "
"formato de estilo %."
"formato de estilo %%."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

por qué dos % ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

porque % es especial, y %% es para escaparlo

@@ -2456,7 +2456,7 @@ msgstr ""
"utiliza al abrir el archivo de salida. Si no se especifica, se utiliza el "
"valor 'backslashreplace'. Tenga en cuenta que si se especifica ``None``, se "
"pasará como tal a :func:`open`, lo que significa que se tratará igual que "
"pasar 'errores'."
"pasar 'errores'. "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"pasar 'errores'. "
"pasar 'errores'."

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

marca error en el poedit porque el original termina con espacios 🤔 . Y poedit dice que las líneas no coinciden porque la original termina con espacios y esta corregida terminaría con punto

@aroquega
Copy link
Collaborator Author

aroquega commented Jan 3, 2022

Ya, tenía un problema con el poedit, que marcaba este mensaje de error, que se soluciona si se quita un '#, python-format" del archivo, pero eso hace que se powrapee esa entrada, así que lo dejé con ese mensaje de error. Pensé que con el %% se solucionaba pero vi la traducción y se queda con el %%, hay algo bien raro con esos % 🤔 .

Al final lo dejé con el error para que pase el powrap.
image

@aroquega aroquega requested a review from cmaureir January 4, 2022 00:23
@cmaureir
Copy link
Collaborator

cmaureir commented Jan 4, 2022

Yo muchas veces omito los problemas que marca poedit e intento hacer una construcción local con make build para ver que no hayan problemas reales.

@cmaureir cmaureir merged commit e57002c into python:3.10 Jan 4, 2022
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/logging.po'
2 participants