Colons checker in CI.

This commit is contained in:
Julien Palard 2023-04-08 14:43:43 +02:00
parent 68df6591be
commit 347cad0b60
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
3 changed files with 10 additions and 3 deletions

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
.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"