-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] add translation to css overflow-inline #14913
Conversation
Preview URLs Flaws (11)URL:
(comment last updated: 2023-08-06 05:25:31) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,135 @@ | |||
--- | |||
title: overflow-inline | |||
slug: Web/CSS/overflow-inline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
메타 데이터 가이드 참고해주시기 바랍니다.
l10n 을 추가해주시기 바랍니다.
|
||
{{CSSRef}} | ||
|
||
**`overflow-inline`** [CSS](/en-US/docs/Web/CSS) 속성은 콘텐츠가 박스의 인라인 시작과 끝 가장자리를 넘어설 때 어떤 내용을 보여줄지를 설정합니다. 이는 아무 것도 표시하지 않을 수도 있고, 스크롤 바가 나타날 수도 있으며 넘친 콘텐츠가 보일 수도 있습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
번역 안내서 참고해주시기 바랍니다.
/ko
문서가 없더라도 /ko
로 넣어주시기 바랍니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
안녕하세요,
수정 사항 반영완료 하였습니다 :)
LGTM! 고생하셨습니다. 감사합니다. 🙏 |
@xxslx 님 안녕하세요. 기여해주셔서 감사합니다. 현재 한국 문서들은 최신화 되어있지 않은 레거시 문서들이 많이 존재합니다. [ko] 한국 MDN 문서에 존재하는 레거시 문서 최신화에서 한국 MDN 문서에 존재하는 레거시 문서 최신화를 위한 작업을 진행하고 있습니다. 참고 부탁드립니다. 좋은 하루 보내세요 :) |
Description
css/overflow-inline 파일을 번역하였습니다.
Motivation
Additional details
Related issues and pull requests