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/ru | |
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/ru')
-rw-r--r-- | files/ru/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ru/_wikihistory.json | 20 | ||||
-rw-r--r-- | files/ru/orphaned/web/api/parentnode/children/index.html (renamed from files/ru/web/api/parentnode/children/index.html) | 3 |
3 files changed, 13 insertions, 11 deletions
diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index ca9db1d561..1ccfb65842 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -454,6 +454,7 @@ /ru/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling /ru/docs/Web/API/Element/nextElementSibling /ru/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling /ru/docs/Web/API/Element/previousElementSibling /ru/docs/Web/API/ParentNode/childElementCount /ru/docs/Web/API/Element/childElementCount +/ru/docs/Web/API/ParentNode/children /ru/docs/orphaned/Web/API/ParentNode/children /ru/docs/Web/API/PositionError /ru/docs/Web/API/GeolocationPositionError /ru/docs/Web/API/Push_API/Using_the_Push_API /ru/docs/conflicting/Web/API/Push_API /ru/docs/Web/API/RandomSource /ru/docs/conflicting/Web/API/Crypto/getRandomValues diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index 9f32b07fd5..c6e56b4a6c 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -6828,16 +6828,6 @@ "madebydima" ] }, - "Web/API/ParentNode/children": { - "modified": "2019-09-25T14:03:42.278Z", - "contributors": [ - "ellizii", - "Yialo", - "RblSb", - "evgkit", - "In4in" - ] - }, "Web/API/ParentNode/firstElementChild": { "modified": "2019-08-28T05:08:54.083Z", "contributors": [ @@ -25988,5 +25978,15 @@ "undgrnd", "nechehin" ] + }, + "orphaned/Web/API/ParentNode/children": { + "modified": "2019-09-25T14:03:42.278Z", + "contributors": [ + "ellizii", + "Yialo", + "RblSb", + "evgkit", + "In4in" + ] } }
\ No newline at end of file diff --git a/files/ru/web/api/parentnode/children/index.html b/files/ru/orphaned/web/api/parentnode/children/index.html index bc61091552..b380d55fde 100644 --- a/files/ru/web/api/parentnode/children/index.html +++ b/files/ru/orphaned/web/api/parentnode/children/index.html @@ -1,6 +1,6 @@ --- title: Node.children -slug: Web/API/ParentNode/children +slug: orphaned/Web/API/ParentNode/children tags: - API - DOM @@ -8,6 +8,7 @@ tags: - Property - Reference translation_of: Web/API/ParentNode/children +original_slug: Web/API/ParentNode/children --- <p>{{ APIRef("DOM") }}</p> |