Colons checker in CI. #125

Merged
mdk merged 7 commits from mdk/python-docs-fr:mdk-colons into 3.11 2023-04-14 11:16:52 +00:00
3 changed files with 10 additions and 3 deletions
Showing only changes of commit 347cad0b60 - Show all commits

View File

@ -185,8 +185,12 @@ check-headers:
echo "Please update the 'Language-Team' header in $$file"; \
done
.PHONY: check-colons
check-colons:
@python .scripts/check-colon.py --check
mdk marked this conversation as resolved Outdated

limit check to $SRC after this commit?
same for long lines check?

limit check to $SRC after this commit? same for long lines check?
Outdated
Review

Super idée, c'est fait.

Super idée, c'est fait.
.PHONY: verifs
verifs: spell line-length sphinx-lint check-headers
verifs: spell line-length sphinx-lint check-headers check-colons
.PHONY: clean
clean:

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
"PO-Revision-Date: 2023-04-03 23:10+0200\n"
"PO-Revision-Date: 2023-04-08 14:42+0200\n"
"Last-Translator: Antoine Wecxsteen\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -3774,7 +3774,7 @@ msgid ""
"saus`` results in ::"
msgstr ""
"En revanche, l'instruction ``from spam.ham import eggs, sausage as saus`` "
"donne ::"
"donne ::"
#: library/functions.rst:2034
msgid ""

View File

@ -2,6 +2,7 @@
# For licence information, see README file.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
@ -16,6 +17,8 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 3.2.1\n"
#: library/stdtypes.rst:8
msgid "Built-in Types"
msgstr "Types natifs"