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/es | |
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/es')
-rw-r--r-- | files/es/_redirects.txt | 1 | ||||
-rw-r--r-- | files/es/_wikihistory.json | 16 | ||||
-rw-r--r-- | files/es/orphaned/web/api/parentnode/children/index.html (renamed from files/es/web/api/parentnode/children/index.html) | 3 |
3 files changed, 11 insertions, 9 deletions
diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt index 00ecdbc826..751961e8eb 100644 --- a/files/es/_redirects.txt +++ b/files/es/_redirects.txt @@ -1832,6 +1832,7 @@ /es/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling /es/docs/Web/API/Element/previousElementSibling /es/docs/Web/API/Notifications_API/Usando_la_API_de_Notificaciones /es/docs/Web/API/Notifications_API/Using_the_Notifications_API /es/docs/Web/API/ParentNode/childElementCount /es/docs/Web/API/Element/childElementCount +/es/docs/Web/API/ParentNode/children /es/docs/orphaned/Web/API/ParentNode/children /es/docs/Web/API/Position /es/docs/Web/API/GeolocationPosition /es/docs/Web/API/Push_API/Using_the_Push_API /es/docs/conflicting/Web/API/Push_API /es/docs/Web/API/RandomSource /es/docs/conflicting/Web/API/Crypto/getRandomValues diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json index a2a124aec6..f2fcc7d5f9 100644 --- a/files/es/_wikihistory.json +++ b/files/es/_wikihistory.json @@ -5871,14 +5871,6 @@ "Kyuoraku" ] }, - "Web/API/ParentNode/children": { - "modified": "2019-03-23T22:32:44.383Z", - "contributors": [ - "AlePerez92", - "aeroxmotion", - "Grijander81" - ] - }, "Web/API/ParentNode/firstElementChild": { "modified": "2019-03-23T22:32:44.779Z", "contributors": [ @@ -23743,5 +23735,13 @@ "contributors": [ "joselix" ] + }, + "orphaned/Web/API/ParentNode/children": { + "modified": "2019-03-23T22:32:44.383Z", + "contributors": [ + "AlePerez92", + "aeroxmotion", + "Grijander81" + ] } }
\ No newline at end of file diff --git a/files/es/web/api/parentnode/children/index.html b/files/es/orphaned/web/api/parentnode/children/index.html index 8a9071830c..f8ae9e5831 100644 --- a/files/es/web/api/parentnode/children/index.html +++ b/files/es/orphaned/web/api/parentnode/children/index.html @@ -1,12 +1,13 @@ --- title: ParentNode.children -slug: Web/API/ParentNode/children +slug: orphaned/Web/API/ParentNode/children tags: - API - DOM - ParentNode - Propiedad translation_of: Web/API/ParentNode/children +original_slug: Web/API/ParentNode/children --- <p>{{ APIRef("DOM") }}</p> |