-
Notifications
You must be signed in to change notification settings - Fork 396
Traduccion library/pipes #920
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
El único problema que muestra el build es que
Acá tienes tres opciones:
Mirando el contexto, yo creo que puedes dejar Bourne Shell entre asteriscos y Template agregarlo al archivo. |
Genial! muchas gracias por comentámerlo. Hice lo que me propusiste y añadí la palabra esa al diccionario y la otra entre asteriscos |
library/pipes.po
Outdated
|
||
#: ../Doc/library/pipes.rst:59 | ||
msgid "" | ||
"If *flag* is true, turn debugging on. Otherwise, turn debugging off. When " | ||
"debugging is on, commands to be executed are printed, and the shell is given " | ||
"``set -x`` command to be more verbose." | ||
msgstr "" | ||
"Si *flag* es verdadero, activa la depuración. Si no, la depuración no se " | ||
"activa. Cuando la depuración está activada, los comandos a ejecutar son " | ||
"impresos, y se le añade el comando ``set -x`` a la terminal para ser más " |
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.
acá usas "terminal" para shell, mientras en otros sitios lo has dejado como "shell". Creo que sería bueno que eligieras una y pudieras aplicarlo a todo el texto, así queda más uniforme
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.
Tienes toda la razón, no me fijé en que dejé una de las palabras como Terminal y no como shell. Muchas gracias por avisar!
Gracias @Letram 🎉 🎉 |
Closes #905