diff options
author | MDN <actions@users.noreply.github.com> | 2021-04-14 00:11:31 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-04-14 00:11:31 +0000 |
commit | db26cf86829f9b43d29f18b9bbf197e9e2d55c31 (patch) | |
tree | 9e4b1a32107c07b5a6d3d449f9d52f3d645aa87f /files/fr | |
parent | 2a80998020496995b1eb33e0a2ed024f1708535d (diff) | |
download | translated-content-db26cf86829f9b43d29f18b9bbf197e9e2d55c31.tar.gz translated-content-db26cf86829f9b43d29f18b9bbf197e9e2d55c31.tar.bz2 translated-content-db26cf86829f9b43d29f18b9bbf197e9e2d55c31.zip |
[CRON] sync translated content
Diffstat (limited to 'files/fr')
-rw-r--r-- | files/fr/_redirects.txt | 1 | ||||
-rw-r--r-- | files/fr/_wikihistory.json | 20 | ||||
-rw-r--r-- | files/fr/orphaned/web/api/parentnode/children/index.html (renamed from files/fr/web/api/parentnode/children/index.html) | 3 |
3 files changed, 13 insertions, 11 deletions
diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt index f956671d39..08f6d17707 100644 --- a/files/fr/_redirects.txt +++ b/files/fr/_redirects.txt @@ -3800,6 +3800,7 @@ /fr/docs/Web/API/Node/prefix /fr/docs/conflicting/Web/API/Element/prefix /fr/docs/Web/API/Node/rootNode /fr/docs/conflicting/Web/API/Node/getRootNode /fr/docs/Web/API/ParentNode/childElementCount /fr/docs/Web/API/Element/childElementCount +/fr/docs/Web/API/ParentNode/children /fr/docs/orphaned/Web/API/ParentNode/children /fr/docs/Web/API/PasswordCredential/additionalData /fr/docs/conflicting/Web/API/PasswordCredential /fr/docs/Web/API/PasswordCredential/idName /fr/docs/conflicting/Web/API/PasswordCredential_cbf7b306e83a3f58ff06bccf89637c12 /fr/docs/Web/API/PasswordCredential/passwordName /fr/docs/conflicting/Web/API/PasswordCredential_bc57d5dfa87242b4fb83497887124f41 diff --git a/files/fr/_wikihistory.json b/files/fr/_wikihistory.json index c66afaeeff..7691f6cf76 100644 --- a/files/fr/_wikihistory.json +++ b/files/fr/_wikihistory.json @@ -11700,16 +11700,6 @@ "ayshiff" ] }, - "Web/API/ParentNode/children": { - "modified": "2020-10-15T21:43:07.206Z", - "contributors": [ - "Arzak656", - "jMoulis", - "loella16", - "NemoNobobyPersonne", - "xavierartot" - ] - }, "Web/API/ParentNode/firstElementChild": { "modified": "2019-03-23T23:35:50.443Z", "contributors": [ @@ -45335,5 +45325,15 @@ "xavierartot", "vava" ] + }, + "orphaned/Web/API/ParentNode/children": { + "modified": "2020-10-15T21:43:07.206Z", + "contributors": [ + "Arzak656", + "jMoulis", + "loella16", + "NemoNobobyPersonne", + "xavierartot" + ] } }
\ No newline at end of file diff --git a/files/fr/web/api/parentnode/children/index.html b/files/fr/orphaned/web/api/parentnode/children/index.html index 52c529a1b8..7fed7973ec 100644 --- a/files/fr/web/api/parentnode/children/index.html +++ b/files/fr/orphaned/web/api/parentnode/children/index.html @@ -1,6 +1,6 @@ --- title: ParentNode.children -slug: Web/API/ParentNode/children +slug: orphaned/Web/API/ParentNode/children tags: - API - DOM @@ -8,6 +8,7 @@ tags: - Propriétés - parent translation_of: Web/API/ParentNode/children +original_slug: Web/API/ParentNode/children --- <p>{{ APIRef("DOM") }}</p> |