Skip to content

Commit

Permalink
Traducido archivo c-api/contextvars
Browse files Browse the repository at this point in the history
  • Loading branch information
FerretoDev committed Dec 12, 2024
1 parent ed85ddb commit 327fd88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
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

0 comments on commit 327fd88

Please sign in to comment.