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/pl | |
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/pl')
-rw-r--r-- | files/pl/_redirects.txt | 6 | ||||
-rw-r--r-- | files/pl/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/pl/orphaned/web/api/parentnode/children/index.html (renamed from files/pl/web/api/parentnode/children/index.html) | 3 |
3 files changed, 14 insertions, 7 deletions
diff --git a/files/pl/_redirects.txt b/files/pl/_redirects.txt index 25b1412960..37438cfa54 100644 --- a/files/pl/_redirects.txt +++ b/files/pl/_redirects.txt @@ -1,3 +1,8 @@ +# DO NOT EDIT THIS FILE MANUALLY. +# Use the CLI instead: +# +# yarn content add-redirect <fromURL> <toURL> +# # FROM-URL TO-URL /pl/docs/AJAX /pl/docs/Web/Guide/AJAX /pl/docs/AJAX/Na_początek /pl/docs/Web/Guide/AJAX/Getting_Started @@ -2006,6 +2011,7 @@ /pl/docs/Web/API/Node/namespaceURI /pl/docs/Web/API/Element/namespaceURI /pl/docs/Web/API/Node/prefix /pl/docs/Web/API/Element/prefix /pl/docs/Web/API/ParentNode/childElementCount /pl/docs/Web/API/Element/childElementCount +/pl/docs/Web/API/ParentNode/children /pl/docs/orphaned/Web/API/ParentNode/children /pl/docs/Web/API/Storage /pl/docs/Web/API/Web_Storage_API /pl/docs/Web/API/Stylesheet /pl/docs/Web/API/CSSStyleSheet /pl/docs/Web/API/Stylesheet/cssRules /pl/docs/Web/API/CSSRuleList diff --git a/files/pl/_wikihistory.json b/files/pl/_wikihistory.json index 1975db680c..fb9326f5e5 100644 --- a/files/pl/_wikihistory.json +++ b/files/pl/_wikihistory.json @@ -2165,12 +2165,6 @@ "Web/API/ParentNode": { "modified": "2020-10-15T22:19:13.921Z" }, - "Web/API/ParentNode/children": { - "modified": "2020-10-29T07:01:42.075Z", - "contributors": [ - "dk333" - ] - }, "Web/API/Push_API": { "modified": "2019-03-23T22:08:29.784Z", "contributors": [ @@ -11745,5 +11739,11 @@ "kaka0204", "SurmaAa" ] + }, + "orphaned/Web/API/ParentNode/children": { + "modified": "2020-10-29T07:01:42.075Z", + "contributors": [ + "dk333" + ] } }
\ No newline at end of file diff --git a/files/pl/web/api/parentnode/children/index.html b/files/pl/orphaned/web/api/parentnode/children/index.html index 1d8576d64b..f7f80ac704 100644 --- a/files/pl/web/api/parentnode/children/index.html +++ b/files/pl/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 - Dzieci @@ -11,6 +11,7 @@ tags: - Właściwość - węzeł translation_of: Web/API/ParentNode/children +original_slug: Web/API/ParentNode/children --- <div>{{ APIRef("DOM") }}</div> |