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

components button md 파일 번역 #26

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

yeon-dong
Copy link

@yeon-dong yeon-dong commented Oct 7, 2024

💻 Feature 설명

Components의 Button의 index.ko-KR.md 파일 번역 완료


📝 To-do

메인주제

  • index.ko-KR.md 파일 번역

📸 스크린샷

image


📚 참고문헌 / 기타

Copy link

github-actions bot commented Oct 7, 2024

Prepare preview

Copy link

github-actions bot commented Oct 7, 2024

👁 Visual-Regression Diff Building... ⏳

This PR is under visual-regression-diff building, please wait for the result.

@yeon-dong
Copy link
Author

일단 큼지막한 md 파일 수정했고, 이후 tsx 파일과 연관된 부분들 ex) basic.md 도 추후 번역 예정입니다.

@@ -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>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

롤백이 필요합니다

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

헉 까먹었네요 확인 감사합니다!

| 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` | |
Copy link

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 로 변경되어야 합니다

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

위의 문법에 따르면 en-US 인데 그냥 ko로 하면 될까요?

@owjs3901 owjs3901 merged commit 8b7b017 into ant-design-korea:master Oct 8, 2024
8 checks passed
@yeon-dong yeon-dong deleted the button/#23 branch October 8, 2024 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Components] Button md 파일 번역
2 participants