-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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 for tools_and_testing/client-side_js_frameworks/react_components
#14818
ko: add translation for tools_and_testing/client-side_js_frameworks/react_components
#14818
Conversation
translation/client-side_js_frameworks/react_components
tools_and_testing/client-side_js_frameworks/react_components
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.
기여 감사합니다!
몇 가지만 확인부탁드리겠습니다 : >
</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">목적:</th> |
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.
Objective 는 목표
로 번역합니다.
<table> | ||
<tbody> | ||
<tr> | ||
<th scope="row">전제조건:</th> |
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.
Prerequisites
는 필요한 사전 지식
으로 번역합니다.
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.
네, 단어 선택에 좀 더 신경써서 번역하겠습니다.
touch src/components/Todo.js | ||
``` | ||
|
||
Our new `Todo.js` file is currently empty! Open it up and give it its first line: |
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.
해석이... ?
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.
번역하고 검수하다가 안 지우고 넘어간 거 같습니다. 바로 수정하겠습니다. 감사합니다!
export default Todo; | ||
``` | ||
|
||
_Now_ your browser should show three unique tasks. Another problem remains though: they're all still checked by default. |
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.
이것도 체크 부탁드립니다.
Preview URLs Flaws (106)URL:
|
기여 감사합니다! |
@IMHOJEONG 님 안녕하세요. 기여해주셔서 감사합니다. 현재 한국 문서들은 최신화 되어있지 않은 레거시 문서들이 많이 존재합니다. [ko] 한국 MDN 문서에 존재하는 레거시 문서 최신화에서 한국 MDN 문서에 존재하는 레거시 문서 최신화를 위한 작업을 진행하고 있습니다. 참고 부탁드립니다. 좋은 하루 보내세요 :) |
@hochan222 님 안녕하세요. 다 번역하고 나서, 확인해보니 이미 관련 부분 PR이 있고 진행중인 상태이었습니다. (아마도 merge conflict 태그가 있으실 거 같은데..) 어떻게 해야하나 고민하던 중에, 이렇게 가이드라인 주셔서 오히려 감사드립니다. 참고해서 PR 올리겠습니다. |
Description
tools_and_testing/client-side_js_frameworks/react_components/index.md 파일을 번역하였습니다.
Motivation
컴포넌트를 통해 재사용성을 높이는 부분은 중요한데, 어떻게 할 수 있는지, 왜 하는지를 이 페이지가 간략한 가이드라인이 될 수 있을 거 같아서 시작하였습니다.
Additional details
Related issues and pull requests