-
Notifications
You must be signed in to change notification settings - Fork 445
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
Translate Components and Props #35
Conversation
content/docs/components-and-props.md
Outdated
|
||
## Composing Components {#composing-components} | ||
## 컴포넌트 구성 {#composing-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.
여기서는 "컴포넌트 구성" 보다는 "컴포넌트 합성"이 낫지 않을까요?
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.
현재 세션 이후에 composition에 대한 세션이 나와서 "구성"으로 번역할지 "조립"으로 번역할지 고민했었는데, 제안해주신 "컴포넌트 합성"이 괜찮은 것 같습니다. 수정했습니다. 감사합니다!
content/docs/components-and-props.md
Outdated
|
||
## Function and Class Components {#function-and-class-components} | ||
## 함수 및 클래스 컴포넌트 {#function-and-class-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.
함수 컴포넌트와 클래스 컴포넌트
로 제안합니다. 함수 및 클래스 컴포넌트는 함수 | 클래스 컴포넌트 두가지로 분리되서 받아들여질 수 있을것 같아서요
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.
넵 함수 및 클래스 컴포넌트는 중의적인것 같네요. 함수 컴포넌트와 클래스 컴포넌트
로 수정했습니다. 감사합니다!
(함수 및 클래스 컴포넌트 -> 함수 컴포넌트와 클래스 컴포넌트)
Deploy preview for ko-reactjs-org ready! Built with commit 793d11e |
Deploy preview for ko-reactjs-org ready! Built with commit 09ec201 |
컴포넌트 구성 -> 컴포넌트 합성
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
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.
자잘한 것들 직접 수정해서 푸쉬했습니다 :)
Progress