diff --git a/.travis.yml b/.travis.yml index 7389c645..1310a535 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ install: - pospell --version - powrap --version script: - - powrap --check --quiet **/*.po - - pospell -p dict -l fr_FR **/*.po + - powrap --check --quiet *.po **/*.po + - pospell -p dict -l fr_FR *.po **/*.po - make CPYTHON_CLONE=/tmp/cpython/ COMMIT=4d1abedce9422473af2ac78047e55cde73208208 diff --git a/Makefile b/Makefile index a564d049..3c4fd09f 100644 --- a/Makefile +++ b/Makefile @@ -77,11 +77,11 @@ verifs: powrap pospell .PHONY: powrap powrap: $(VENV)/bin/powrap - $(VENV)/bin/powrap --check --quiet *.po */*.po + $(VENV)/bin/powrap --check --quiet *.po **/*.po .PHONY: pospell pospell: $(VENV)/bin/pospell - $(VENV)/bin/pospell -p dict -l fr_FR *.po */*.po + $(VENV)/bin/pospell -p dict -l fr_FR *.po **/*.po .PHONY: merge merge: upgrade_venv diff --git a/bugs.po b/bugs.po index e9f32bfa..32541ebb 100644 --- a/bugs.po +++ b/bugs.po @@ -17,7 +17,7 @@ msgstr "" #: ../Doc/bugs.rst:5 msgid "Dealing with Bugs" -msgstr "S'attaquer aux bugso" +msgstr "S'attaquer aux bogues" #: ../Doc/bugs.rst:7 msgid "" diff --git a/library/csv.po b/library/csv.po index e49a1764..f14e909d 100644 --- a/library/csv.po +++ b/library/csv.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-09-04 11:33+0200\n" -"PO-Revision-Date: 2019-10-13 16:33+0200\n" +"PO-Revision-Date: 2019-11-01 23:50+0100\n" "Last-Translator: Mathieu Dupuy \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.2.4\n" +"X-Generator: Poedit 2.2.3\n" #: ../Doc/library/csv.rst:2 msgid ":mod:`csv` --- CSV File Reading and Writing" @@ -77,7 +77,7 @@ msgstr "" #: ../Doc/library/csv.rst:41 msgid ":pep:`305` - CSV File API" -msgstr ":pep:`305` - Interface des fichiers CSV" +msgstr ":pep:`305` ­— Interface des fichiers CSV" #: ../Doc/library/csv.rst:42 msgid "The Python Enhancement Proposal which proposed this addition to Python."