Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions library/fnmatch.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-27 19:26+0100\n"
"PO-Revision-Date: 2019-02-21 17:34+0100\n"
"Last-Translator: Julien VITARD <julienvitard@gmail.com>\n"
"PO-Revision-Date: 2021-04-28 20:16+0200\n"
"Last-Translator: Dimitri Merejkowsky <dimitri@dmerej.info>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.2\n"
"X-Generator: Poedit 2.4.1\n"

#: library/fnmatch.rst:2
msgid ":mod:`fnmatch` --- Unix filename pattern matching"
Expand Down Expand Up @@ -130,7 +130,6 @@ msgstr ""
"n'utilise pas la fonction :func:`os.path.normcase`."

#: library/fnmatch.rst:78
#, fuzzy
msgid ""
"Construct a list from those elements of the iterable *names* that match "
"*pattern*. It is the same as ``[n for n in names if fnmatch(n, pattern)]``, "
Expand Down Expand Up @@ -158,4 +157,4 @@ msgstr "Module :mod:`glob`"

#: library/fnmatch.rst:102
msgid "Unix shell-style path expansion."
msgstr "Recherche de chemins de style shell Unix"
msgstr "Recherche de chemins de style shell Unix."