File tree 4 files changed +8
-8
lines changed 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
- pospell --version
10
10
- powrap --version
11
11
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
14
14
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=4d1abedce9422473af2ac78047e55cde73208208
Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ verifs: powrap pospell
77
77
78
78
.PHONY : powrap
79
79
powrap : $(VENV ) /bin/powrap
80
- $(VENV ) /bin/powrap --check --quiet * .po * /* .po
80
+ $(VENV ) /bin/powrap --check --quiet * .po ** /* .po
81
81
82
82
.PHONY : pospell
83
83
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
85
85
86
86
.PHONY : merge
87
87
merge : upgrade_venv
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ msgstr ""
17
17
18
18
#: ../Doc/bugs.rst:5
19
19
msgid "Dealing with Bugs"
20
- msgstr "S'attaquer aux bugso "
20
+ msgstr "S'attaquer aux bogues "
21
21
22
22
#: ../Doc/bugs.rst:7
23
23
msgid ""
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"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 "
10
10
"
Last-Translator :
Mathieu Dupuy <[email protected] >\n "
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.2.4 \n "
16
+ "X-Generator : Poedit 2.2.3 \n "
17
17
18
18
#: ../Doc/library/csv.rst:2
19
19
msgid ":mod:`csv` --- CSV File Reading and Writing"
@@ -77,7 +77,7 @@ msgstr ""
77
77
78
78
#: ../Doc/library/csv.rst:41
79
79
msgid ":pep:`305` - CSV File API"
80
- msgstr ":pep:`305` - Interface des fichiers CSV"
80
+ msgstr ":pep:`305` — Interface des fichiers CSV"
81
81
82
82
#: ../Doc/library/csv.rst:42
83
83
msgid "The Python Enhancement Proposal which proposed this addition to Python."
You can’t perform that action at this time.
0 commit comments