forked from AFPy/python-docs-fr
Trying to simplify the Makefile (#1499)
* Simplify Makefile * Enfin bon il sera bien sur PyPI soon™, laissons le. * Garde fou. * Useless, as rm -fr without argument removes nothing. * Don't remove locales/. * Newline at end of file * I don't get what's happening here. * Still don't get it. * I was not sure it was mandatory, now I am. * Ohh my debug was not debugging. * WTF * Ok, it's a Python upgrade... * Update .github/workflows/tests.yml * Update Makefile * Update .github/workflows/tests.yml * Update Makefile * No longer needed.
This commit is contained in:
parent 835e083e65
commit 5a4372b895
3 changed files with 78 additions and 94 deletions
| | @ -6,7 +6,7 @@ msgstr "" | |||
"Project-Id-Version: Python 3\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2020-10-01 16:00+0200\n" | ||||
"PO-Revision-Date: 2018-10-04 12:14+0200\n" | ||||
"PO-Revision-Date: 2020-12-10 16:23+0100\n" | ||||
"Last-Translator: Julien Palard <julien@palard.fr>\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
"Language: fr\n" | ||||
| | @ -688,7 +688,7 @@ msgstr "``n`` (:class:`int`) [``Py_ssize_t``]" | |||
| ||||
#: c-api/arg.rst:292 | ||||
msgid "Convert a Python integer to a C :c:type:`Py_ssize_t`." | ||||
msgstr "Convertit un entier Python en un :c:type:`short int` C." | ||||
msgstr "Convertit un entier Python en un :c:type:`Py_ssize_t`." | ||||
| ||||
#: c-api/arg.rst:299 | ||||
msgid "``c`` (:class:`bytes` or :class:`bytearray` of length 1) [char]" | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue