Skip to content

Commit f012618

Browse files
authored
Traducido archivo c-api/contextvars (#3348)
closes #3281
1 parent ed85ddb commit f012618

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

TRANSLATORS

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ Manuel Ramos (@manuelramos)
172172
Marcelo Elizeche Landó (@melizeche)
173173
Marco Moresi (@mrcmoresi)
174174
Marco Richetta (@marcorichetta)
175+
Marcos Ferreto (@FerretoDev)
175176
Marcos Medrano (@mmmarcos)
176177
Marcos Moreno (@marcosmamg)
177178
Marcos Sánchez Provencio (@rapto)

c-api/contextvars.po

+9-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
14-
"PO-Revision-Date: 2021-12-09 10:23+0800\n"
14+
"PO-Revision-Date: 2024-12-10 21:07-0600\n"
1515
"Last-Translator: Rodrigo Tobar <[email protected]>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.16.0\n"
23+
"X-Generator: Poedit 3.5\n"
2324

2425
#: ../Doc/c-api/contextvars.rst:6
2526
msgid "Context Variables Objects"
@@ -44,6 +45,11 @@ msgid ""
4445
"// in 3.7.1+:\n"
4546
"PyObject *PyContext_New(void);"
4647
msgstr ""
48+
"// en 3.7.0:\n"
49+
"PyContext *PyContext_New(void);\n"
50+
"\n"
51+
"// en 3.7.1+:\n"
52+
"PyObject *PyContext_New(void);"
4753

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

0 commit comments

Comments
 (0)