8000 feat: partial pathlib french translation (#317) · python/python-docs-fr@3834cf0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3834cf0

Browse files
matthieusbChristophe Nanteuil
authored andcommitted
feat: partial pathlib french translation (#317)
Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/317 Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-authored-by: matthieusb <sauboua.beneluz.matthieu@gmail.com> Co-committed-by: matthieusb <sauboua.beneluz.matthieu@gmail.com>
1 parent 3eaacc0 commit 3834cf0

File tree

5 files changed

+113
-125
lines changed

5 files changed

+113
-125
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ venv/
88
locales/
99
.venv/
1010
.envrc
11+
.vscode

library/operator.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2024-11-01 00:16+0100\n"
9-
"PO-Revision-Date: 2024-11-01 15:51+0100\n"
9+
"PO-Revision-Date: 2024-11-02 17:07+0100\n"
1010
"Last-Translator: Antoine Wecxsteen\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.0.6\n"
16+
"X-Generator: Poedit 3.4.2\n"
1717

1818
#: library/operator.rst:2
1919
msgid ":mod:`!operator` --- Standard operators as functions"
@@ -94,7 +94,7 @@ msgstr ""
9494
"Renvoie le résultat de :keyword:`not` *obj*. (Notez qu'il n'existe pas de "
9595
"méthode :meth:`!__not__` pour les instances d'objet; seul le cœur de "
9696
"l'interpréteur définit cette opération. Le résultat dépend des méthodes :"
97-
"meth:`~object.__bool__` et :meth:`~object.__len__` methods.)"
97+
"meth:`~object.__bool__` et :meth:`~object.__len__`.)"
9898

9999
#: library/operator.rst:69
100100
msgid ""
@@ -254,7 +254,7 @@ msgstr ""
254254

255255
#: library/operator.rst:254
256256
msgid "The following operation works with callables:"
257-
msgstr "L'opération suivante marche avec les objets appelables : "
257+
msgstr "L'opération suivante marche avec les objets appelables :"
258258

259259
#: library/operator.rst:259
260260
msgid "Return ``obj(*args, **kwargs)``."

0 commit comments

Comments
 (0)
0