File tree Expand file tree Collapse file tree 6 files changed +22
-25
lines changed
Expand file tree Collapse file tree 6 files changed +22
-25
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "problemMatcher" : [
3+ {
4+ "owner" : " pospell" ,
5+ "pattern" : [
6+ {
7+ "regexp" : " ^(.*):(\\ d+):(.*)$" ,
8+ "file" : 1 ,
9+ "line" : 2 ,
10+ "message" : 3
11+ }
12+ ]
13+ }
14+ ]
15+ }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ daysUntilClose: 14
66exemptLabels :
77 - meta
88 - on hold
9+ - EASY
910# Label to use when marking an issue as stale
1011staleLabel : stale
1112# Comment to post when marking an issue as stale. Set to `false` to disable
Original file line number Diff line number Diff line change 99 - unlabeled
1010
1111jobs :
12- check :
12+ check-title :
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : thehanimo/pr-title-checker@v1.2
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v2
19+ - name : Register pospell problem matcher
20+ run : echo "::add-matcher::.github/problem-matchers/pospell.json"
1921 - name : Install pospell
2022 run : |
2123 sudo apt-get update
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ msgstr ""
66"Project-Id-Version : Python 3\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2020-10-01 16:00+0200\n "
9- "PO-Revision-Date : 2019-06-18 21:59+0200 \n "
9+ "PO-Revision-Date : 2020-11-25 20:35+0100 \n "
1010"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1111"Language : fr\n "
1212"MIME-Version : 1.0\n "
@@ -15,12 +15,11 @@ msgstr ""
1515
1616#: library/socket.rst:2
1717msgid ":mod:`socket` --- Low-level networking interface"
18- msgstr ""
18+ msgstr ":mod:`socket` — Gestion réseau de bas niveau "
1919
2020#: library/socket.rst:7
21- #, fuzzy
2221msgid "**Source code:** :source:`Lib/socket.py`"
23- msgstr "**Code source :** :source:`Lib/secrets.py`"
22+ msgstr "**Code source :** :source:`Lib/secrets.py`"
2423
2524#: library/socket.rst:11
2625msgid ""
You can’t perform that action at this time.
0 commit comments