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/ko | |
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/ko')
-rw-r--r-- | files/ko/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ko/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/ko/orphaned/web/api/parentnode/children/index.html (renamed from files/ko/web/api/parentnode/children/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index c3d8339b2d..75f135b7b3 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -661,6 +661,7 @@ /ko/docs/Web/API/Node/innerText /ko/docs/Web/API/HTMLElement/innerText /ko/docs/Web/API/Notification.permission /ko/docs/Web/API/Notification/permission /ko/docs/Web/API/ParentNode/childElementCount /ko/docs/Web/API/Element/childElementCount +/ko/docs/Web/API/ParentNode/children /ko/docs/orphaned/Web/API/ParentNode/children /ko/docs/Web/API/Position /ko/docs/Web/API/GeolocationPosition /ko/docs/Web/API/RandomSource /ko/docs/Web/API/Crypto/getRandomValues /ko/docs/Web/API/RandomSource/getRandomValues /ko/docs/Web/API/Crypto/getRandomValues diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index 499ebbef7b..7e84e41438 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -5183,12 +5183,6 @@ "ChanMyeong" ] }, - "Web/API/ParentNode/children": { - "modified": "2020-10-15T22:08:09.823Z", - "contributors": [ - "whdckszxxx" - ] - }, "Web/API/ParentNode/prepend": { "modified": "2020-10-15T22:19:18.906Z", "contributors": [ @@ -18704,5 +18698,11 @@ "contributors": [ "zzoPark" ] + }, + "orphaned/Web/API/ParentNode/children": { + "modified": "2020-10-15T22:08:09.823Z", + "contributors": [ + "whdckszxxx" + ] } }
\ No newline at end of file diff --git a/files/ko/web/api/parentnode/children/index.html b/files/ko/orphaned/web/api/parentnode/children/index.html index 264fb25956..71dd79c408 100644 --- a/files/ko/web/api/parentnode/children/index.html +++ b/files/ko/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 --- <div>{{ APIRef("DOM") }}</div> |