Skip to content

Commit

Permalink
ko: sync translated content
Browse files Browse the repository at this point in the history
  • Loading branch information
mdn-bot committed Sep 27, 2024
1 parent 7e6d096 commit 6c3506c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 4 additions & 1 deletion files/ko/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,8 @@
/ko/docs/Web/API/crypto_property /ko/docs/Web/API/Window/crypto
/ko/docs/Web/API/document.importNode /ko/docs/Web/API/Document/importNode
/ko/docs/Web/API/fetch /ko/docs/Web/API/Window/fetch
/ko/docs/Web/API/queueMicrotask /ko/docs/Web/API/Window/queueMicrotask
/ko/docs/Web/API/structuredClone /ko/docs/Web/API/Window/structuredClone
/ko/docs/Web/API/window.navigator.battery /ko/docs/Web/API/Navigator/getBattery
/ko/docs/Web/API/window.screen.lockOrientation /ko/docs/Web/API/Screen/lockOrientation
/ko/docs/Web/API/window.screen.orientation /ko/docs/Web/API/Screen/orientation
Expand Down Expand Up @@ -620,7 +622,8 @@
/ko/docs/Web/CSS/filter-function/contrast() /ko/docs/Web/CSS/filter-function/contrast
/ko/docs/Web/CSS/transform-function/matrix() /ko/docs/Web/CSS/transform-function/matrix
/ko/docs/Web/CSS/transform-function/scaleX() /ko/docs/Web/CSS/transform-function/scaleX
/ko/docs/Web/CSS/url() /ko/docs/Web/CSS/url
/ko/docs/Web/CSS/url /ko/docs/Web/CSS/url_value
/ko/docs/Web/CSS/url() /ko/docs/Web/CSS/url_value
/ko/docs/Web/CSS/var() /ko/docs/Web/CSS/var
/ko/docs/Web/CSS/시작하기 /en-US/docs/Learn/CSS/First_steps
/ko/docs/Web/CSS/시작하기/CSS_동작_원리 /en-US/docs/Learn/CSS/First_steps/How_CSS_works
Expand Down
2 changes: 1 addition & 1 deletion files/ko/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -5968,7 +5968,7 @@
"modified": "2020-10-15T21:45:37.546Z",
"contributors": ["alattalatta", "Netaras"]
},
"Web/CSS/url": {
"Web/CSS/url_value": {
"modified": "2020-10-15T22:10:55.121Z",
"contributors": ["alattalatta"]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: queueMicrotask()
slug: Web/API/queueMicrotask
slug: Web/API/Window/queueMicrotask
original_slug: Web/API/queueMicrotask
---

{{APIRef("HTML DOM")}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: structuredClone() 전역 함수
short-title: structuredClone()
slug: Web/API/structuredClone
slug: Web/API/Window/structuredClone
original_slug: Web/API/structuredClone
l10n:
sourceCommit: 15db4f1dd87a80c4aec2cfba3e73bc8291f29110
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: <url>
slug: Web/CSS/url
slug: Web/CSS/url_value
original_slug: Web/CSS/url
---

{{ CssRef() }}
Expand Down

0 comments on commit 6c3506c

Please sign in to comment.