Compare commits

...

3 Commits

Author SHA1 Message Date
Rémi Lapeyre a6d9d36aac Merge branch '3.11' into refcounting 2023-02-17 16:15:09 +00:00
Iucounu 2d33759ac3 fuzzy extending/embedding.po closes #56 (#57)
closes issue #56

Co-authored-by: Iucounu <iucounu@riseup.net>
Reviewed-on: AFPy/python-docs-fr#57
Co-authored-by: Iucounu <iucounu@noreply.localhost>
Co-committed-by: Iucounu <iucounu@noreply.localhost>
2023-02-17 15:54:43 +00:00
Iucounu 5ef8287742 make fuzzy closes #54 (#55)
Co-authored-by: Iucounu <iucounu@riseup.net>
Reviewed-on: AFPy/python-docs-fr#55
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Iucounu <iucounu@noreply.localhost>
Co-committed-by: Iucounu <iucounu@noreply.localhost>
2023-02-17 15:53:58 +00:00
2 changed files with 5 additions and 6 deletions

View File

@ -155,7 +155,7 @@ $(POSPELL_TMP_DIR)/%.po.out: %.po dict
.PHONY: fuzzy
fuzzy: ensure_prerequisites
potodo -f --exclude venv .venv $(EXCLUDED)
potodo --offline -f --exclude venv .venv $(EXCLUDED)
.PHONY: check-headers
check-headers:

View File

@ -6,14 +6,14 @@ 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: 2019-12-25 17:24+0100\n"
"PO-Revision-Date: 2023-02-16 16:53+0100\n"
"Last-Translator: Antoine <antoine.venier@hotmail.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.6\n"
"X-Generator: Poedit 2.3\n"
#: extending/embedding.rst:8
msgid "Embedding Python in Another Application"
@ -421,13 +421,12 @@ msgstr ""
"compiler :"
#: extending/embedding.rst:304
#, fuzzy
msgid ""
"``pythonX.Y-config --ldflags --embed`` will give you the recommended flags "
"when linking:"
msgstr ""
"``pythonX.Y-config --ldflags`` vous donnera les drapeaux recommandés lors de "
"l'édition de lien :"
"``pythonX.Y-config --ldflags --embed`` vous donnera les drapeaux recommandés "
"lors de l'édition de lien :"
#: extending/embedding.rst:313
msgid ""