Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ko] sync translated content #16305

Merged
merged 1 commit into from
Oct 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion files/ko/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@
/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/@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
/ko/docs/Web/CSS/CSS_Background_and_Borders /ko/docs/Web/CSS/CSS_backgrounds_and_borders
/ko/docs/Web/CSS/CSS_Background_and_Borders/Border-image_generator /ko/docs/Web/CSS/CSS_backgrounds_and_borders/Border-image_generator
Expand Down Expand Up @@ -562,6 +563,7 @@
/ko/docs/Web/CSS/CSS_단위와_값 /ko/docs/Web/CSS/CSS_Values_and_Units
/ko/docs/Web/CSS/Compositing_and_Blending /ko/docs/Web/CSS/CSS_compositing_and_blending
/ko/docs/Web/CSS/Filter_Effects /ko/docs/Web/CSS/CSS_filter_effects
/ko/docs/Web/CSS/General_sibling_combinator /ko/docs/Web/CSS/Subsequent-sibling_combinator
/ko/docs/Web/CSS/Getting_Started /en-US/docs/Learn/CSS/First_steps
/ko/docs/Web/CSS/Getting_Started/Color /en-US/docs/Learn/CSS/Building_blocks/Values_and_units
/ko/docs/Web/CSS/Getting_Started/Content /ko/docs/Learn/CSS/Howto/Generated_content
Expand Down Expand Up @@ -604,7 +606,7 @@
/ko/docs/Web/CSS/시작하기/색상 /en-US/docs/Learn/CSS/Building_blocks/Values_and_units
/ko/docs/Web/CSS/시작하기/설렉터 /en-US/docs/Learn/CSS/Building_blocks/Selectors
/ko/docs/Web/CSS/시작하기/왜_CSS를_사용하나 /en-US/docs/Learn/CSS/First_steps/How_CSS_works
/ko/docs/Web/CSS/인접_형제_선택자 /ko/docs/Web/CSS/Adjacent_sibling_combinator
/ko/docs/Web/CSS/인접_형제_선택자 /ko/docs/Web/CSS/Next-sibling_combinator
/ko/docs/Web/Events/DOMContentLoaded /ko/docs/Web/API/Document/DOMContentLoaded_event
/ko/docs/Web/Events/abort /ko/docs/Web/API/HTMLMediaElement/abort_event
/ko/docs/Web/Events/blur /ko/docs/Web/API/Element/blur_event
Expand Down
16 changes: 8 additions & 8 deletions files/ko/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -4861,10 +4861,6 @@
"modified": "2020-10-15T21:39:41.961Z",
"contributors": ["alattalatta", "fscholz", "epicsaga"]
},
"Web/CSS/Adjacent_sibling_combinator": {
"modified": "2020-10-15T21:53:17.801Z",
"contributors": ["alattalatta", "neatnet"]
},
"Web/CSS/Alternative_style_sheets": {
"modified": "2019-03-23T23:52:49.065Z",
"contributors": ["teoli", "Suguni"]
Expand Down Expand Up @@ -5247,10 +5243,6 @@
"modified": "2020-10-15T22:25:55.745Z",
"contributors": ["alattalatta"]
},
"Web/CSS/General_sibling_combinator": {
"modified": "2020-10-15T22:25:59.669Z",
"contributors": ["alattalatta"]
},
"Web/CSS/ID_selectors": {
"modified": "2020-10-15T22:16:17.946Z",
"contributors": ["alattalatta"]
Expand All @@ -5263,6 +5255,10 @@
"modified": "2020-08-05T01:05:50.434Z",
"contributors": ["alattalatta", "Netaras"]
},
"Web/CSS/Next-sibling_combinator": {
"modified": "2020-10-15T21:53:17.801Z",
"contributors": ["alattalatta", "neatnet"]
},
"Web/CSS/Pseudo-classes": {
"modified": "2020-08-13T04:55:02.947Z",
"contributors": ["alattalatta", "Netaras"]
Expand Down Expand Up @@ -5307,6 +5303,10 @@
"modified": "2020-03-13T15:56:02.613Z",
"contributors": ["EatChangmyeong", "alattalatta", "Netaras"]
},
"Web/CSS/Subsequent-sibling_combinator": {
"modified": "2020-10-15T22:25:59.669Z",
"contributors": ["alattalatta"]
},
"Web/CSS/Syntax": {
"modified": "2020-08-04T07:19:16.823Z",
"contributors": ["alattalatta", "young-gratia", "Netaras"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 인접 형제 결합자
slug: Web/CSS/Adjacent_sibling_combinator
slug: Web/CSS/Next-sibling_combinator
original_slug: Web/CSS/Adjacent_sibling_combinator
---

{{CSSRef("Selectors")}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 일반 형제 결합자
slug: Web/CSS/General_sibling_combinator
slug: Web/CSS/Subsequent-sibling_combinator
original_slug: Web/CSS/General_sibling_combinator
---

{{CSSRef("Selectors")}}
Expand Down