Skip to content

Commit 69f73d8

Browse files
committed
chore(docs): translate c-api/unicode.po 🤖
Minor translation updates for c-api/unicode.po from English to Spanish: - UTF-8 representation caching description - Py_UNICODE removal notice for Python 3.12 - Fixed fuzzy entry formatting Updated Last-Translator field and Po-Revision-Date. Closes #3265
1 parent 28ade9d commit 69f73d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎c-api/unicode.po‎

Lines changed: 6 additions & 6 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-11-03 03:56-0400\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2024-12-13 11:15-0800\n"
15+
"Last-Translator: Erick G. Islas-Osuna <erickisos653@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
1818
"python.org)\n"
@@ -51,16 +51,16 @@ msgstr ""
5151
msgid ""
5252
"UTF-8 representation is created on demand and cached in the Unicode object."
5353
msgstr ""
54+
"La representación UTF-8 se crea bajo demanda y se almacena en caché en el "
55+
"objeto Unicode."
5456

5557
#: ../Doc/c-api/unicode.rst:23
56-
#, fuzzy
5758
msgid ""
5859
"The :c:type:`Py_UNICODE` representation has been removed since Python 3.12 "
5960
"with deprecated APIs. See :pep:`623` for more information."
6061
msgstr ""
61-
"El objeto Unicode \"heredado\" se eliminará en Python 3.12 con APIs "
62-
"obsoletas. Todos los objetos Unicode serán \"canónicos\" desde entonces. "
63-
"Consulte :pep:`623` para obtener más información."
62+
"La representación :c:type:`Py_UNICODE` ha sido eliminada desde Python 3.12 "
63+
"con APIs obsoletas. Consulte :pep:`623` para obtener más información."
6464

6565
#: ../Doc/c-api/unicode.rst:29
6666
msgid "Unicode Type"

0 commit comments

Comments
 (0)