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/zh-tw | |
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/zh-tw')
-rw-r--r-- | files/zh-tw/_redirects.txt | 1 | ||||
-rw-r--r-- | files/zh-tw/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/zh-tw/orphaned/web/api/parentnode/children/index.html (renamed from files/zh-tw/web/api/parentnode/children/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/zh-tw/_redirects.txt b/files/zh-tw/_redirects.txt index 580f746e41..24c794b2b8 100644 --- a/files/zh-tw/_redirects.txt +++ b/files/zh-tw/_redirects.txt @@ -576,6 +576,7 @@ /zh-TW/docs/Web/API/HTMLElement/style /zh-TW/docs/Web/API/ElementCSSInlineStyle/style /zh-TW/docs/Web/API/Node/innerText /zh-TW/docs/Web/API/HTMLElement/innerText /zh-TW/docs/Web/API/NonDocumentTypeChildNode /zh-TW/docs/conflicting/Web/API/Element +/zh-TW/docs/Web/API/ParentNode/children /zh-TW/docs/orphaned/Web/API/ParentNode/children /zh-TW/docs/Web/API/Performance.timing /zh-TW/docs/Web/API/Performance/timing /zh-TW/docs/Web/API/Position /zh-TW/docs/Web/API/GeolocationPosition /zh-TW/docs/Web/API/Position/coords /zh-TW/docs/Web/API/GeolocationPosition/coords diff --git a/files/zh-tw/_wikihistory.json b/files/zh-tw/_wikihistory.json index 6cfe713ced..f702d4e4df 100644 --- a/files/zh-tw/_wikihistory.json +++ b/files/zh-tw/_wikihistory.json @@ -4233,12 +4233,6 @@ "jackblackevo" ] }, - "Web/API/ParentNode/children": { - "modified": "2019-03-23T22:12:04.488Z", - "contributors": [ - "jackblackevo" - ] - }, "Web/API/ParentNode/firstElementChild": { "modified": "2020-10-15T22:25:38.862Z", "contributors": [ @@ -9152,5 +9146,11 @@ "contributors": [ "jackblackevo" ] + }, + "orphaned/Web/API/ParentNode/children": { + "modified": "2019-03-23T22:12:04.488Z", + "contributors": [ + "jackblackevo" + ] } }
\ No newline at end of file diff --git a/files/zh-tw/web/api/parentnode/children/index.html b/files/zh-tw/orphaned/web/api/parentnode/children/index.html index f9f6c76115..4ec1f5a90b 100644 --- a/files/zh-tw/web/api/parentnode/children/index.html +++ b/files/zh-tw/orphaned/web/api/parentnode/children/index.html @@ -1,7 +1,8 @@ --- title: ParentNode.children -slug: Web/API/ParentNode/children +slug: orphaned/Web/API/ParentNode/children translation_of: Web/API/ParentNode/children +original_slug: Web/API/ParentNode/children --- <p>{{ APIRef("DOM") }}</p> |