-
Notifications
You must be signed in to change notification settings - Fork 24
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
components button md 파일 번역 #26
Conversation
일단 큼지막한 md 파일 수정했고, 이후 tsx 파일과 연관된 부분들 ex) basic.md 도 추후 번역 예정입니다. |
components/button/demo/basic.tsx
Outdated
@@ -5,7 +5,7 @@ const App: React.FC = () => ( | |||
<Flex gap="small" wrap> | |||
<Button type="primary">Primary Button</Button> | |||
<Button>Default Button</Button> | |||
<Button type="dashed">Dashed Button</Button> | |||
<Button type="dashed">Dashed Button12</Button> |
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.
헉 까먹었네요 확인 감사합니다!
components/button/index.ko-KR.md
Outdated
| disabled | Disabled state of button | boolean | false | | | ||
| ghost | Make background transparent and invert text and border colors | boolean | false | | | ||
| href | Redirect url of link button | string | - | | | ||
| htmlType | Set the original html `type` of `button`, see: [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#type) | `submit` \| `reset` \| `button` | `button` | | | ||
| htmlType | Set the original html `type` of `button`, see: [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type) | string | `button` | | |
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.
https://developer.mozilla.org/ko/docs/Web/HTML/Element/button#attr-type
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.
위의 문법에 따르면 en-US 인데 그냥 ko로 하면 될까요?
💻 Feature 설명
📝 To-do
메인주제
📸 스크린샷
📚 참고문헌 / 기타