From 1f8df59d9cdeacd4b5191f53c03b7bf482122936 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Wed, 12 Dec 2018 22:09:17 +0100 Subject: [PATCH 1/2] Removed fuzzy entry in translation --- tutorial/datastructures.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tutorial/datastructures.po b/tutorial/datastructures.po index 420602a8b..841a8af65 100644 --- a/tutorial/datastructures.po +++ b/tutorial/datastructures.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-11-29 16:06+0100\n" -"PO-Revision-Date: 2018-08-03 19:09+0200\n" -"Last-Translator: Julien Palard \n" +"PO-Revision-Date: 2018-12-12 22:05+0100\n" +"Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \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.2\n" #: ../Doc/tutorial/datastructures.rst:5 msgid "Data Structures" @@ -65,7 +65,6 @@ msgstr "" "insert(len(a), x)`` est équivalent à ``a.append(x)``." #: ../Doc/tutorial/datastructures.rst:43 -#, fuzzy msgid "" "Remove the first item from the list whose value is equal to *x*. It raises " "a :exc:`ValueError` if there is no such item." From a475ee7dfa1aa38a26693d52b562a451860af6bc Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Wed, 12 Dec 2018 22:50:30 +0100 Subject: [PATCH 2/2] Fixed missing exc from prev translation --- tutorial/datastructures.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/datastructures.po b/tutorial/datastructures.po index 841a8af65..9a2c5a7c7 100644 --- a/tutorial/datastructures.po +++ b/tutorial/datastructures.po @@ -70,7 +70,7 @@ msgid "" "a :exc:`ValueError` if there is no such item." msgstr "" "Supprime de la liste le premier élément dont la valeur est égale à *x*. Une " -"``ValueError`` est levée s'il n'existe aucun élément avec cette valeur." +":exc:`ValueError` est levée s'il n'existe aucun élément avec cette valeur." #: ../Doc/tutorial/datastructures.rst:50 msgid ""