Fix: The paragraph in programming.po fail with a proper :: with:

programming.rst:1885:<translated>:3:Literal block expected; none found.
This commit is contained in:
Julien Palard 2023-05-25 11:10:14 +02:00
parent 84018bb842
commit 8ffe02262d
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
3 changed files with 13 additions and 13 deletions

View File

@ -177,13 +177,13 @@ check-headers:
@echo Checking po headers...
@sh .scripts/check-headers.sh $(SRCS)
.PHONY: check-colons
check-colons:
@echo Checking colons...
@python .scripts/check-colon.py --check $(SRCS)
# .PHONY: check-colons
# check-colons:
# @echo Checking colons...
# @python .scripts/check-colon.py --check $(SRCS)
.PHONY: verifs
verifs: spell line-length check-headers check-colons sphinx-lint
verifs: spell line-length check-headers sphinx-lint
.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-04-14 13:19+0200\n"
"PO-Revision-Date: 2022-11-20 22:12+0100\n"
"PO-Revision-Date: 2023-05-25 11:09+0200\n"
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -2868,7 +2868,7 @@ msgstr ""
"peu de subtilité lorsque ``None`` est une valeur acceptable pour le "
"paramètre. Dans ces cas, il faut créer un objet singleton dit "
 sentinelle », distinct de toute valeur acceptable. Voici par exemple "
"comment écrire une méthode qui émule :meth:`dict.pop` ::"
"comment écrire une méthode qui émule :meth:`dict.pop` :"
#: faq/programming.rst:1901
msgid ""

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-14 13:19+0200\n"
"PO-Revision-Date: 2021-10-22 01:46+0200\n"
"PO-Revision-Date: 2023-05-25 11:00+0200\n"
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -133,8 +133,8 @@ msgstr ""
"Si vous voulez compiler CPython vous-même, la première chose à faire est de "
"récupérer le `code source <https://www.python.org/downloads/source/>`_. Vous "
"pouvez télécharger la dernière version ou faire un `clone <https://devguide."
"python.org/setup/#get-the-source-code>`_. (Si vous voulez contribuer à "
"des correctifs, il vous faut un clone.)"
"python.org/setup/#get-the-source-code>`_. (Si vous voulez contribuer à des "
"correctifs, il vous faut un clone.)"
#: using/unix.rst:75
msgid "The build process consists of the usual commands::"
@ -172,9 +172,9 @@ msgid ""
"software; they may be the same."
msgstr ""
"Ceux-ci sont sujets à des différences en fonction des conventions locales "
"d'installation ; :option:`prefix <--prefix>` et :option:`exec_prefix "
"<--exec_prefix` sont dépendants de linstallation et doivent être "
"interprétés comme pour des logiciels GNU ; ils peuvent être égaux."
"d'installation ; :option:`prefix <--prefix>` et :option:`exec_prefix <--exec-"
"prefix>` sont dépendants de linstallation et doivent être interprétés comme "
"pour des logiciels GNU ; ils peuvent être égaux."
#: using/unix.rst:100
msgid ""