diff --git a/TRANSLATORS b/TRANSLATORS index fe9b569dff..107807d0bb 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -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) diff --git a/c-api/contextvars.po b/c-api/contextvars.po index 8d58c31077..1d02d39fd8 100644 --- a/c-api/contextvars.po +++ b/c-api/contextvars.po @@ -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 \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" @@ -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."