Skip to content

Commit b59a29f

Browse files
authored
Traducción archivo library/fnmatch.po (#2356)
close #1920
1 parent 71e6165 commit b59a29f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

library/fnmatch.po

+8-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2021-08-07 18:18+0200\n"
14+
"PO-Revision-Date: 2023-03-20 13:03-0300\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 3.0.1\n"
2324

2425
#: ../Doc/library/fnmatch.rst:2
2526
msgid ":mod:`fnmatch` --- Unix filename pattern matching"
@@ -110,6 +111,10 @@ msgid ""
110111
"used to cache the compiled regex patterns in the following functions: :func:"
111112
"`fnmatch`, :func:`fnmatchcase`, :func:`filter`."
112113
msgstr ""
114+
"También tenga en cuenta que :func:`functools.lru_cache` con el *maxsize* de "
115+
"32768 se usa para almacenar en caché los patrones compilados de expresiones "
116+
"regulares en las siguientes funciones: :func:`fnmatch`, :func:"
117+
"`fnmatchcase`, :func:`filter`."
113118

114119
#: ../Doc/library/fnmatch.rst:55
115120
msgid ""

0 commit comments

Comments
 (0)