8000 Library html parser po · Pull Request #1864 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Library html parser po #1864

New issue

Have a question about this project? Sig 8000 n up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from May 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modification suite à suggestion Jean
  • Loading branch information
Thierry Pellé committed May 8, 2022
commit 34f5f46bb9919d45b44f6d9c75601bb3b6b2b171
9 changes: 5 additions & 4 deletions library/html.parser.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-18 17:06+0100\n"
"PO-Revision-Date: 2022-05-08 09:25+0200\n"
"PO-Revision-Date: 2022-05-08 09:48+0200\n"
7475 "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -300,9 +300,10 @@ msgid ""
"[endif]'``."
msgstr ""
"Le contenu des commentaires conditionnels d'Internet Explorer (*condcoms*) "
"est également pris en charge par cette méthode. Ainsi, pour ``<!--[if IE "
"9]>Contenu spécifique à IE9<![endif]-->``, cette méthode sera appelée avec "
"``'[if IE 9]>Contenu spécifique à IE9<![endif]'``."
"ne sont pas traités de manière particulière par l'analyseur. Ils sont "
"passés à cette méthode comme tous les autres commentaires. Ainsi, pour ``<!--"
"[if IE 9]>Contenu spécifique à IE9<![endif]-->``, cette méthode sera appelée "
"avec ``'[if IE 9]>Contenu spécifique à IE9<![endif]'``."

#: library/html.parser.rst:196
msgid ""
Expand Down
0