From 3ebf8e4a3170f1a6126a3527b6f0b97a3e8e92fc Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 31 May 2023 09:55:00 +0000 Subject: [PATCH] Fix: The paragraph in programming.po fail with a proper :: with: (#149) programming.rst:1885::3:Literal block expected; none found. Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/149 Reviewed-by: jeanas Co-authored-by: Julien Palard Co-committed-by: Julien Palard --- Makefile | 10 +++++----- faq/programming.po | 4 ++-- using/unix.po | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 27d610d3..d43cd5e5 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/faq/programming.po b/faq/programming.po index e8a8de72..2980fe71 100644 --- a/faq/programming.po +++ b/faq/programming.po @@ -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 \n" "Language-Team: FRENCH \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 "" diff --git a/using/unix.po b/using/unix.po index ca35f2e1..e8636615 100644 --- a/using/unix.po +++ b/using/unix.po @@ -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 \n" "Language-Team: FRENCH \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 `_. Vous " "pouvez télécharger la dernière version ou faire un `clone `_. (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 l’installation 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 l’installation et doivent être interprétés comme " +"pour des logiciels GNU ; ils peuvent être égaux." #: using/unix.rst:100 msgid ""