8000 Translating \w · python/python-docs-es@3eca4c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3eca4c6

Browse files
committed
Translating \w
1 parent fa3ad1c commit 3eca4c6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

library/re.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-05-23 20:52+0200\n"
14+
"PO-Revision-Date: 2020-05-23 20:57+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1093,6 +1093,10 @@ msgid ""
10931093
"part of a word in any language, as well as numbers and the underscore. If "
10941094
"the :const:`ASCII` flag is used, only ``[a-zA-Z0-9_]`` is matched."
10951095
msgstr ""
1096+
"Coincide con los caracteres de palabras de Unicode; esto incluye la mayoría "
1097+
"de los caracteres que pueden formar parte de una palabra en cualquier "
1098+
"idioma, así como los números y el guión bajo. Si se usa el indicador :const:"
1099+
"`ASCII`, sólo coincide con ``[a-zA-Z0-9_]``."
10961100

10971101
#: ../Doc/library/re.rst:532
10981102
msgid ""
@@ -1101,6 +1105,10 @@ msgid ""
11011105
"matches characters considered alphanumeric in the current locale and the "
11021106
"underscore."
11031107
msgstr ""
1108+
"Coincide con los caracteres considerados alfanuméricos en el conjunto de "
1109+
"caracteres ASCII; esto equivale a ``[a-zA-Z0-9_]``. Si se usa el indicador :"
1110+
"const:`LOCALE`, coincide con los caracteres considerados alfanuméricos en la "
1111+
"localidad actual y el guión bajo."
11041112

11051113
#: ../Doc/library/re.rst:544
11061114
msgid "``\\W``"

0 commit comments

Comments
 (0)
0