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/ja | |
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/ja')
-rw-r--r-- | files/ja/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ja/_wikihistory.json | 14 | ||||
-rw-r--r-- | files/ja/orphaned/web/api/parentnode/children/index.html (renamed from files/ja/web/api/parentnode/children/index.html) | 3 |
3 files changed, 10 insertions, 8 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 8e454ee1ea..44f528c814 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3924,6 +3924,7 @@ /ja/docs/Web/API/NodeList.item /ja/docs/Web/API/NodeList/item /ja/docs/Web/API/NonDocumentTypeChildNode /ja/docs/conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e /ja/docs/Web/API/ParentNode/childElementCount /ja/docs/Web/API/Element/childElementCount +/ja/docs/Web/API/ParentNode/children /ja/docs/orphaned/Web/API/ParentNode/children /ja/docs/Web/API/Position /ja/docs/Web/API/GeolocationPosition /ja/docs/Web/API/PositionError /ja/docs/Web/API/GeolocationPositionError /ja/docs/Web/API/Push_API/Using_the_Push_API /ja/docs/Web/API/Push_API diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 7a4ab0de94..d0b870246b 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -19095,13 +19095,6 @@ "isdh" ] }, - "Web/API/ParentNode/children": { - "modified": "2020-11-23T04:45:58.549Z", - "contributors": [ - "segayuu", - "sii" - ] - }, "Web/API/ParentNode/prepend": { "modified": "2020-10-15T22:22:02.876Z", "contributors": [ @@ -53496,5 +53489,12 @@ "yumetodo", "Marsf" ] + }, + "orphaned/Web/API/ParentNode/children": { + "modified": "2020-11-23T04:45:58.549Z", + "contributors": [ + "segayuu", + "sii" + ] } }
\ No newline at end of file diff --git a/files/ja/web/api/parentnode/children/index.html b/files/ja/orphaned/web/api/parentnode/children/index.html index e451a81b69..2573bd3621 100644 --- a/files/ja/web/api/parentnode/children/index.html +++ b/files/ja/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 - Child @@ -12,6 +12,7 @@ tags: - Property - children translation_of: Web/API/ParentNode/children +original_slug: Web/API/ParentNode/children --- <div>{{ APIRef("DOM") }}</div> |