Skip to content
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
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 <[email protected]>\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