8000 Traducido archivo library/urllib.request by jdgc14 · Pull Request #2292 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido archivo library/urllib.request #2292

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 10 commits into from
Feb 23, 2023
Prev Previous commit
renaming library_urllib_request dictionary
  • Loading branch information
jdgc14 committed Feb 19, 2023
commit 21b9b09c0a656210ca6c11ca049bfdb43c88b267
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ permanently
redirect
addinfourl
is
Disponibilidad
disponibilidad
3 changes: 2 additions & 1 deletion library/urllib.request.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: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2023-02-19 10:13-0500\n"
"PO-Revision-Date: 2023-02-19 10:39-0500\n"
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -48,6 +48,7 @@ msgstr ""
"Se recomienda el `paquete Requests <https://requests.readthedocs.io/en/"
"master/>`_ para una interfaz de cliente HTTP de mayor nivel."

#, fuzzy
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI."
Copy link
Collaborator

Choose a reason for hiding this comment

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

Si no me equivoco, las referencias a <availability> generan warnings cuando se construye la documentación. Puedes dejar marcada la entrada como "fuzzy" para que no haya warnings.

Copy link
Collaborator

Choose a reason for hiding this comment

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

exacto!


Expand Down
0