File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ Manuel Ramos (@manuelramos)
172
172
Marcelo Elizeche Landó (@melizeche)
173
173
Marco Moresi (@mrcmoresi)
174
174
Marco Richetta (@marcorichetta)
175
+ Marcos Ferreto (@FerretoDev)
175
176
Marcos Medrano (@mmmarcos)
176
177
Marcos Moreno (@marcosmamg)
177
178
Marcos Sánchez Provencio (@rapto)
Original file line number Diff line number Diff line change @@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"
Last-Translator :
Rodrigo Tobar <[email protected] >\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.16.0\n "
23
+ "X-Generator : Poedit 3.5\n "
23
24
24
25
#: ../Doc/c-api/contextvars.rst:6
25
26
msgid "Context Variables Objects"
@@ -44,6 +45,11 @@ msgid ""
44
45
"// in 3.7.1+:\n"
45
46
"PyObject *PyContext_New(void);"
46
47
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);"
47
53
48
54
#: ../Doc/c-api/contextvars.rst:26
49
55
msgid "See :issue:`34762` for more details."
You can’t perform that action at this time.
0 commit comments