8000 Traducido archivo c-api/contextvars by FerretoDev · Pull Request #3348 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido archivo c-api/contextvars #3348

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 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
Traducido archivo c-api/contextvars
  • Loading branch information
FerretoDev committed Dec 12, 2024
commit 327fd8843b39dad27b58530329828c40682289eb
1 change: 1 addition & 0 deletions TRANSLATORS
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ Manuel Ramos (@manuelramos)
Marcelo Elizeche Landó (@melizeche)
Marco Moresi (@mrcmoresi)
Marco Richetta (@marcorichetta)
Marcos Ferreto (@FerretoDev)
Marcos Medrano (@mmmarcos)
Marcos Moreno (@marcosmamg)
Marcos Sánchez Provencio (@rapto)
Expand Down
12 changes: 9 additions & 3 deletions c-api/contextvars.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: 2024-11-21 16:38-0300\n"
"PO-Revision-Date: 2021-12-09 10:23+0800\n"
"PO-Revision-Date: 2024-12-10 21:07-0600\n"
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.16.0\n"
"X-Generator: Poedit 3.5\n"

#: ../Doc/c-api/contextvars.rst:6
msgid "Context Variables Objects"
Expand All @@ -44,6 +45,11 @@ msgid ""
"// in 3.7.1+:\n"
"PyObject *PyContext_New(void);"
msgstr ""
"// en 3.7.0:\n"
"PyContext *PyContext_New(void);\n"
"\n"
"// en 3.7.1+:\n"
"PyObject *PyContext_New(void);"

#: ../Doc/c-api/contextvars.rst:26
msgid "See :issue:`34762` for more details."
Expand Down
0