1
0
Fork 0

What a typo ! (#963)

* What a typo  !

* Amélioration de la vérification avant commit.
This commit is contained in:
Christophe Nanteuil 2019-11-02 10:26:49 +01:00 committed by Jules Lasne (jlasne)
parent 34773b3d1c
commit f52ccfaec2
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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 ""

View File

@ -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 <deronnax@gmail.com>\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.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."