diff options
author | MDN <actions@users.noreply.github.com> | 2021-04-16 00:10:51 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-04-16 00:10:51 +0000 |
commit | 9daad59fa2578dcc9603833b0a9a22b93d362b5e (patch) | |
tree | cf66aa37e5a7f19aff75a5e8d2b2773f0b295048 /files/zh-tw | |
parent | 91bea6bd04ae368a889436799187eeebb11d33a1 (diff) | |
download | translated-content-9daad59fa2578dcc9603833b0a9a22b93d362b5e.tar.gz translated-content-9daad59fa2578dcc9603833b0a9a22b93d362b5e.tar.bz2 translated-content-9daad59fa2578dcc9603833b0a9a22b93d362b5e.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/firstelementchild/index.html (renamed from files/zh-tw/web/api/parentnode/firstelementchild/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 24c794b2b8..49ffb976ba 100644 --- a/files/zh-tw/_redirects.txt +++ b/files/zh-tw/_redirects.txt @@ -577,6 +577,7 @@ /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/ParentNode/firstElementChild /zh-TW/docs/orphaned/Web/API/ParentNode/firstElementChild /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 f702d4e4df..e287862822 100644 --- a/files/zh-tw/_wikihistory.json +++ b/files/zh-tw/_wikihistory.json @@ -4233,12 +4233,6 @@ "jackblackevo" ] }, - "Web/API/ParentNode/firstElementChild": { - "modified": "2020-10-15T22:25:38.862Z", - "contributors": [ - "ianchen0119" - ] - }, "Web/API/PaymentRequest": { "modified": "2020-10-15T22:13:15.817Z", "contributors": [ @@ -9152,5 +9146,11 @@ "contributors": [ "jackblackevo" ] + }, + "orphaned/Web/API/ParentNode/firstElementChild": { + "modified": "2020-10-15T22:25:38.862Z", + "contributors": [ + "ianchen0119" + ] } }
\ No newline at end of file diff --git a/files/zh-tw/web/api/parentnode/firstelementchild/index.html b/files/zh-tw/orphaned/web/api/parentnode/firstelementchild/index.html index 4fa9722123..ca33d60793 100644 --- a/files/zh-tw/web/api/parentnode/firstelementchild/index.html +++ b/files/zh-tw/orphaned/web/api/parentnode/firstelementchild/index.html @@ -1,7 +1,8 @@ --- title: ParentNode.firstElementChild -slug: Web/API/ParentNode/firstElementChild +slug: orphaned/Web/API/ParentNode/firstElementChild translation_of: Web/API/ParentNode/firstElementChild +original_slug: Web/API/ParentNode/firstElementChild --- <p>{{ APIRef("DOM") }}</p> |