8000 Translated the entirety of library/__main__.po by jctello · Pull Request #1583 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Translated the entirety of library/__main__.po #1583

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 3 commits into from
Oct 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed typo
  • Loading branch information
Juan Carlos Tello committed Oct 28, 2021
commit 93feb35a33f198fe1a328763c6b25741d2e233e8
4 changes: 2 additions & 2 deletions library/__main__.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-10-28 21:31+0200\n"
"PO-Revision-Date: 2021-10-28 21:47+0200\n"
"Last-Translator: Juan C. Tello <juanctello@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -245,7 +245,7 @@ msgid ""
msgstr ""
"Las funciones ``main`` se utilizan a menudo para crear líneas de comando al "
"especificarlas como puntos de entrada para scripts de terminal. Cuando esto "
"se hace, `pip <https://pip.pypa.io``_ inserta la llamada de la función a un "
"se hace, `pip <https://pip.pypa.io/>`_ inserta la llamada de la función a un "
"script plantilla, donde el valor devuelto de ``main`` se pasa a :func:`sys."
"exit`. Por ejemplo::"

Expand Down
0