-
Notifications
You must be signed in to change notification settings - Fork 183
Translate "<select>" component #644
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
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.
幾つかの修正と、読みやすくするための suggestion を行いましたので確認をお願いします。
|
||
You can [make a select box controlled](#controlling-a-select-box-with-a-state-variable) by passing a `value` prop: | ||
`value` プロパティを渡すことで、[セレクトボックスを制御](#controlling-a-select-box-with-a-state-variable)できます。 |
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.
`value` プロパティを渡すことで、[セレクトボックスを制御](#controlling-a-select-box-with-a-state-variable)できます。 | |
`value` プロパティを渡すことで、[セレクトボックスを制御されたコンポーネント (controlled component)](#controlling-a-select-box-with-a-state-variable) にできます。 |
訳語統一です
@smikitky (修正箇所が多くて😓)お手数をおかけしました...!修正を行いましたのでご確認よろしくお願いします! |
ありがとうございました。1箇所だけスタイルの問題を追加で修正させていただきました(3a4613c)。 |
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
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.
@ainoshment
レビューありがとうございます!一点、Markdown フォーマットの修正だけ提案したので確認お願いします!
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.
👍
react-dom: Components
の<select>
の翻訳です。