Skip to content

Commit 54fd5d2

Browse files
committed
chore(docs): translate c-api/tuple.po 🤖
Fixed missing msgstr entries for c-api/tuple.po: - Tuple object type descriptions - PyTypeObject instance descriptions - Tuple type checking functions Updated Last-Translator field and Po-Revision-Date. Closes #3256
1 parent 28ade9d commit 54fd5d2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎c-api/tuple.po‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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: 2022-10-29 23:58-0400\n"
15-
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
14+
"PO-Revision-Date: 2024-12-13 12:00-0800\n"
15+
"Last-Translator: Erick G. Islas-Osuna <erickisos653@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "Objetos tupla"
2727

2828
#: ../Doc/c-api/tuple.rst:13
2929
msgid "This subtype of :c:type:`PyObject` represents a Python tuple object."
30-
msgstr ""
31-
"Este subtipo de :c:type:`PyObject` representa un objeto tupla de Python."
30+
msgstr "Este subtipo de :c:type:`PyObject` representa un objeto tupla de Python."
3231

3332
#: ../Doc/c-api/tuple.rst:18
3433
msgid ""

0 commit comments

Comments
 (0)