Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f52ccfa

Browse files
christopheNanSeluj78
authored andcommitted
What a typo ! (#963)
* What a typo ! * Amélioration de la vérification avant commit.
1 parent 34773b3 commit f52ccfa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ install:
99
- pospell --version
1010
- powrap --version
1111
script:
12-
- powrap --check --quiet **/*.po
13-
- pospell -p dict -l fr_FR **/*.po
12+
- powrap --check --quiet *.po **/*.po
13+
- pospell -p dict -l fr_FR *.po **/*.po
1414
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=4d1abedce9422473af2ac78047e55cde73208208

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ verifs: powrap pospell
7777

7878
.PHONY: powrap
7979
powrap: $(VENV)/bin/powrap
80-
$(VENV)/bin/powrap --check --quiet *.po */*.po
80+
$(VENV)/bin/powrap --check --quiet *.po **/*.po
8181

8282
.PHONY: pospell
8383
pospell: $(VENV)/bin/pospell
84-
$(VENV)/bin/pospell -p dict -l fr_FR *.po */*.po
84+
$(VENV)/bin/pospell -p dict -l fr_FR *.po **/*.po
8585

8686
.PHONY: merge
8787
merge: upgrade_venv

bugs.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgstr ""
1717

1818
#: ../Doc/bugs.rst:5
1919
msgid "Dealing with Bugs"
20-
msgstr "S'attaquer aux bugso"
20+
msgstr "S'attaquer aux bogues"
2121

2222
#: ../Doc/bugs.rst:7
2323
msgid ""

library/csv.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
9-
"PO-Revision-Date: 2019-10-13 16:33+0200\n"
9+
"PO-Revision-Date: 2019-11-01 23:50+0100\n"
1010
"Last-Translator: Mathieu Dupuy <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\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.2.4\n"
16+
"X-Generator: Poedit 2.2.3\n"
1717

1818
#: ../Doc/library/csv.rst:2
1919
msgid ":mod:`csv` --- CSV File Reading and Writing"
@@ -77,7 +77,7 @@ msgstr ""
7777

7878
#: ../Doc/library/csv.rst:41
7979
msgid ":pep:`305` - CSV File API"
80-
msgstr ":pep:`305` - Interface des fichiers CSV"
80+
msgstr ":pep:`305` ­— Interface des fichiers CSV"
8181

8282
#: ../Doc/library/csv.rst:42
8383
msgid "The Python Enhancement Proposal which proposed this addition to Python."

0 commit comments

Comments
 (0)