diff options
author | MDN <actions@users.noreply.github.com> | 2021-05-27 00:56:56 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-05-27 00:56:56 +0000 |
commit | 1afd214b4c6ed965b75ece5e8d75febad8bc7c07 (patch) | |
tree | 3b3a260843cd6ce34aa9bdde846c629d130bc507 /files/ru | |
parent | 8993cff13ff4bef0d36ea5b35fa188444ef607b5 (diff) | |
download | translated-content-1afd214b4c6ed965b75ece5e8d75febad8bc7c07.tar.gz translated-content-1afd214b4c6ed965b75ece5e8d75febad8bc7c07.tar.bz2 translated-content-1afd214b4c6ed965b75ece5e8d75febad8bc7c07.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 | 12 | ||||
-rw-r--r-- | files/ru/orphaned/web/api/childnode/replacewith/index.html (renamed from files/ru/web/api/childnode/replacewith/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index 05cc2dc6dc..e8606a2a38 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -384,6 +384,7 @@ /ru/docs/Web/API/Canvas_API/Tutorial/Рисование_фигур /ru/docs/Web/API/Canvas_API/Tutorial/Drawing_shapes /ru/docs/Web/API/Canvas_API/Рисование_графики_с_помощью_Canvas /ru/docs/Web/API/Canvas_API/Tutorial /ru/docs/Web/API/ChildNode/remove /ru/docs/orphaned/Web/API/ChildNode/remove +/ru/docs/Web/API/ChildNode/replaceWith /ru/docs/orphaned/Web/API/ChildNode/replaceWith /ru/docs/Web/API/Coordinates /ru/docs/Web/API/GeolocationCoordinates /ru/docs/Web/API/Document.querySelectorAll /ru/docs/Web/API/Document/querySelectorAll /ru/docs/Web/API/Document/async /ru/docs/Web/API/XMLDocument/async diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index 8bb44773ad..25562288d5 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -6485,12 +6485,6 @@ "pantherCZ" ] }, - "Web/API/ChildNode/replaceWith": { - "modified": "2020-12-02T15:53:32.691Z", - "contributors": [ - "kosarev_va" - ] - }, "Web/API/Clients": { "modified": "2019-03-23T22:15:29.932Z", "contributors": [ @@ -25536,6 +25530,12 @@ "In4in" ] }, + "orphaned/Web/API/ChildNode/replaceWith": { + "modified": "2020-12-02T15:53:32.691Z", + "contributors": [ + "kosarev_va" + ] + }, "orphaned/Web/API/Document_Object_Model/Events": { "modified": "2019-03-18T21:18:44.250Z", "contributors": [ diff --git a/files/ru/web/api/childnode/replacewith/index.html b/files/ru/orphaned/web/api/childnode/replacewith/index.html index b4563085ff..0ee9091325 100644 --- a/files/ru/web/api/childnode/replacewith/index.html +++ b/files/ru/orphaned/web/api/childnode/replacewith/index.html @@ -1,7 +1,8 @@ --- title: ChildNode.replaceWith() -slug: Web/API/ChildNode/replaceWith +slug: orphaned/Web/API/ChildNode/replaceWith translation_of: Web/API/ChildNode/replaceWith +original_slug: Web/API/ChildNode/replaceWith --- <div>{{APIRef("DOM")}}</div> |