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 Jul 4, 2024
1 parent f9c66c5 commit b8e9a31
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 13 deletions.
5 changes: 5 additions & 0 deletions files/ko/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,13 @@
/ko/docs/Glossary/Descriptor_(CSS) /ko/docs/Glossary/CSS_Descriptor
/ko/docs/Glossary/Empty_element /ko/docs/Glossary/Void_element
/ko/docs/Glossary/First_interactive /ko/docs/conflicting/Glossary/First_CPU_idle
/ko/docs/Glossary/Guard /ko/docs/conflicting/Web/API/Fetch_API/Using_Fetch
/ko/docs/Glossary/Header /ko/docs/Glossary/HTTP_header
/ko/docs/Glossary/I18N /ko/docs/Glossary/Internationalization
/ko/docs/Glossary/Index /ko/docs/Glossary
/ko/docs/Glossary/Internationalization_and_localization /ko/docs/conflicting/Glossary/Internationalization
/ko/docs/Glossary/Rendering_engine /ko/docs/Glossary/Engine/Rendering
/ko/docs/Glossary/Second-level_Domain /ko/docs/conflicting/Glossary/SLD
/ko/docs/Glossary/Simple_header /ko/docs/conflicting/Glossary/CORS-safelisted_request_header
/ko/docs/Glossary/Simple_response_header /ko/docs/conflicting/Glossary/CORS-safelisted_response_header
/ko/docs/Glossary/Symbol /ko/docs/Web/JavaScript/Reference/Global_Objects/Symbol
Expand Down Expand Up @@ -442,6 +445,7 @@
/ko/docs/Web/API/Element/firstChild /ko/docs/Web/API/Node/firstChild
/ko/docs/Web/API/Event/createEvent /ko/docs/Web/API/Document/createEvent
/ko/docs/Web/API/EventListener /ko/docs/Web/API/EventTarget/addEventListener
/ko/docs/Web/API/Fetch_API/Basic_concepts /ko/docs/conflicting/Web/API/Fetch_API/Using_Fetch_c0ca150deec7d78cb1d4462e8542019b
/ko/docs/Web/API/Fetch_API/Fetch의_사용법 /ko/docs/Web/API/Fetch_API/Using_Fetch
/ko/docs/Web/API/File/Using_files_from_web_applications /ko/docs/Web/API/File_API/Using_files_from_web_applications
/ko/docs/Web/API/File/size /ko/docs/Web/API/Blob/size
Expand Down Expand Up @@ -543,6 +547,7 @@
/ko/docs/Web/API/window.screen.unlockOrientation /ko/docs/Web/API/Screen/unlockOrientation
/ko/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute /ko/docs/Web/Accessibility/ARIA/Attributes/aria-label
/ko/docs/Web/Accessibility/ARIA/forms /ko/docs/Web/Accessibility/ARIA
/ko/docs/Web/CSS/-webkit-overflow-scrolling /ko/docs/orphaned/Web/CSS/-webkit-overflow-scrolling
/ko/docs/Web/CSS/@viewport /ko/docs/Web/CSS
/ko/docs/Web/CSS/Adjacent_sibling_combinator /ko/docs/Web/CSS/Next-sibling_combinator
/ko/docs/Web/CSS/All_About_The_Containing_Block /ko/docs/Web/CSS/Containing_block
Expand Down
16 changes: 8 additions & 8 deletions files/ko/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -2927,10 +2927,6 @@
"modified": "2020-10-15T21:59:47.472Z",
"contributors": ["alattalatta", "ggihwa", "jennybehan", "gw1021", "BANIP"]
},
"Web/API/Fetch_API/Basic_concepts": {
"modified": "2019-03-18T21:45:15.491Z",
"contributors": ["BANIP"]
},
"Web/API/Fetch_API/Using_Fetch": {
"modified": "2020-10-15T22:00:18.673Z",
"contributors": [
Expand Down Expand Up @@ -4715,10 +4711,6 @@
"modified": "2020-10-15T22:25:56.637Z",
"contributors": ["alattalatta"]
},
"Web/CSS/-webkit-overflow-scrolling": {
"modified": "2020-10-15T21:37:39.290Z",
"contributors": ["alattalatta", "epicsaga"]
},
"Web/CSS/::after": {
"modified": "2020-10-15T21:37:38.967Z",
"contributors": [
Expand Down Expand Up @@ -10762,6 +10754,10 @@
"modified": "2019-01-17T02:54:48.050Z",
"contributors": ["wbamberg", "zziuni"]
},
"conflicting/Web/API/Fetch_API/Using_Fetch_c0ca150deec7d78cb1d4462e8542019b": {
"modified": "2019-03-18T21:45:15.491Z",
"contributors": ["BANIP"]
},
"conflicting/Web/API/XSLTProcessor": {
"modified": "2019-03-23T23:42:13.222Z",
"contributors": ["chrisdavidmills", "teoli", "Sebuls"]
Expand Down Expand Up @@ -10819,6 +10815,10 @@
"modified": "2019-03-23T23:26:46.443Z",
"contributors": ["yunji_koh"]
},
"orphaned/Web/CSS/-webkit-overflow-scrolling": {
"modified": "2020-10-15T21:37:39.290Z",
"contributors": ["alattalatta", "epicsaga"]
},
"orphaned/Web/HTML/Element/applet": {
"modified": "2019-03-23T22:50:49.180Z",
"contributors": ["Basix"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 2단계 도메인 (Second-level Domain, SLD)
slug: Glossary/Second-level_Domain
slug: conflicting/Glossary/SLD
original_slug: Glossary/Second-level_Domain
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 가드 (Guard)
slug: Glossary/Guard
slug: conflicting/Web/API/Fetch_API/Using_Fetch
original_slug: Glossary/Guard
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Fetch 기본 개념
slug: Web/API/Fetch_API/Basic_concepts
slug: conflicting/Web/API/Fetch_API/Using_Fetch_c0ca150deec7d78cb1d4462e8542019b
original_slug: Web/API/Fetch_API/Basic_concepts
l10n:
sourceCommit: c88a329069328522a5c20c054f9dbced9967dbd4
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 렌더링 엔진 (Rendering engine)
slug: Glossary/Rendering_engine
slug: Glossary/Engine/Rendering
original_slug: Glossary/Rendering_engine
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "-webkit-overflow-scrolling"
slug: Web/CSS/-webkit-overflow-scrolling
slug: orphaned/Web/CSS/-webkit-overflow-scrolling
original_slug: Web/CSS/-webkit-overflow-scrolling
---

{{CSSRef}} {{Non-standard_header}}
Expand Down

0 comments on commit b8e9a31

Please sign in to comment.