- Notifications
You must be signed in to change notification settings - Fork395
Traducido archivohowto/logging.po
#2713
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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.
Se ve muy bien, gracias! Sólo un par de comentarios
howto/logging.po Outdated
"signo de porcentaje (%). Esto se hace por razones de compatibilidad con " | ||
"versiones anteriores: el paquete de registro existe desde antes de las " | ||
"opciones de formato más nuevas como :meth:`str.format` y :class:`string." | ||
"Template`. Estas opciones de formato más nuevas *son* compatibles, pero " |
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.
"Template`. Estas opciones de formato más nuevas *son*compatibles, pero" | |
"Template`. Estas opciones de formato más nuevas *son*soportadas, pero" |
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.
ok
howto/logging.po Outdated
"fácilmente identificable, como el ``__name__`` para el paquete o módulo de " | ||
"nivel superior de su biblioteca. Al registrar en el registrador raíz, " | ||
"dificultará o será imposible para el desarrollador de la aplicación " | ||
"configurar la verbosidad (verbosity) o los handlers de registro de su " |
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.
No sé si has podido ver cómo se traduce verbosity en otras partes de la documentación? Si usasscritps/find_in_po.py
deberías poder encontrar otros usos. Idealmente hay alguna forma deno tener que incluir la palabra original del inglés entre paréntesis.
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.
No sabía del script, gracias
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.
gracias@Yenniferh !
Closes#2394