Skip to content

Commit 2f8223d

Browse files
committed
chore(docs): [WIP] translate c-api/unicode.po 🤖
This file requires extensive translation work with ~151 issues identified by GitHub Actions bot: - 75+ fuzzy entries needing review and corrections - 75+ untranslated entries requiring new translations - Complex Unicode and encoding terminology requiring careful attention Marked as [WIP] to focus resources on completing smaller files first. Future work needed: comprehensive review and translation of all missing entries.
1 parent 28ade9d commit 2f8223d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

c-api/unicode.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
9+
# WIP: This file has ~151 translation issues identified by GitHub Actions bot
10+
# and requires extensive work. Marked as [WIP] until resources are available
11+
# for comprehensive translation effort.
12+
#
913
msgid ""
1014
msgstr ""
1115
"Project-Id-Version: Python 3.8\n"
1216
"Report-Msgid-Bugs-To: \n"
1317
"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"
18+
"PO-Revision-Date: 2024-12-13 11:15-0800\n"
19+
"Last-Translator: Erick G. Islas-Osuna <erickisos653@gmail.com>\n"
1620
"Language: es\n"
1721
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
1822
"python.org)\n"
@@ -51,16 +55,16 @@ msgstr ""
5155
msgid ""
5256
"UTF-8 representation is created on demand and cached in the Unicode object."
5357
msgstr ""
58+
"La representación UTF-8 se crea bajo demanda y se almacena en caché en el "
59+
"objeto Unicode."
5460

5561
#: ../Doc/c-api/unicode.rst:23
56-
#, fuzzy
5762
msgid ""
5863
"The :c:type:`Py_UNICODE` representation has been removed since Python 3.12 "
5964
"with deprecated APIs. See :pep:`623` for more information."
6065
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."
66+
"La representación :c:type:`Py_UNICODE` ha sido eliminada desde Python 3.12 "
67+
"con APIs obsoletas. Consulte :pep:`623` para obtener más información."
6468

6569
#: ../Doc/c-api/unicode.rst:29
6670
msgid "Unicode Type"

0 commit comments

Comments
 (0)