Skip to content

Traducción library/distutils #1562

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 2 commits into from
Oct 21, 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
Next Next commit
Traducción library/distutils
  • Loading branch information
lis17 committed Oct 21, 2021
commit ee3c37f8d8e242e2e23810145a2dfe87e06e11d8
7 changes: 5 additions & 2 deletions library/distutils.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ 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: 2020-10-11 12:05-0500\n"
"PO-Revision-Date: 2021-10-21 10:29+0200\n"
"Last-Translator: \n"
"Language: es_MX\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
"X-Generator: Poedit 3.0\n"

#: ../Doc/library/distutils.rst:2
msgid ":mod:`distutils` --- Building and installing Python modules"
Expand All @@ -30,6 +31,8 @@ msgid ""
":mod:`distutils` is deprecated with removal planned for Python 3.12. See "
"the :ref:`What's New <distutils-deprecated>` entry for more information."
msgstr ""
":mod:`distutils`está en desuso con la eliminación planificada para Python "
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
":mod:`distutils`está en desuso con la eliminación planificada para Python "
":mod:`distutils` está en desuso con la eliminación planificada para Python "

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Tengo que hacer el cambio o ya lo has hecho? tengo la duda porque en poedit no aparecía ningún warning de este espacio extra que había que corregir. Ahora lo estoy revisando y tampoco aparece.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Si miras este video https://www.youtube.com/watch?v=SH8HGBPASYY te muestra como agregar los cambios cuando haces los comentarios.

"3.12. Consulte :ref:`Novedades <distutils-deprecated>` para más información."

#: ../Doc/library/distutils.rst:17
msgid ""
Expand Down