File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 - pospell --version
1010 - powrap --version
1111script :
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
Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ verifs: powrap pospell
7777
7878.PHONY : powrap
7979powrap : $(VENV ) /bin/powrap
80- $(VENV ) /bin/powrap --check --quiet * .po * /* .po
80+ $(VENV ) /bin/powrap --check --quiet * .po ** /* .po
8181
8282.PHONY : pospell
8383pospell : $(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
8787merge : upgrade_venv
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ msgstr ""
1717
1818#: ../Doc/bugs.rst:5
1919msgid "Dealing with Bugs"
20- msgstr "S'attaquer aux bugso "
20+ msgstr "S'attaquer aux bogues "
2121
2222#: ../Doc/bugs.rst:7
2323msgid ""
Original file line number Diff line number Diff 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 <deronnax@gmail.com>\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\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
1919msgid ":mod:`csv` --- CSV File Reading and Writing"
@@ -77,7 +77,7 @@ msgstr ""
7777
7878#: ../Doc/library/csv.rst:41
7979msgid ":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
8383msgid "The Python Enhancement Proposal which proposed this addition to Python."
You can’t perform that action at this time.
0 commit comments