-
Notifications
You must be signed in to change notification settings - Fork 127
docs: translation for useId page #633
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
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.
Дякую за PR!
Запити на зміни мають бути виправлені і перевірені у всій статті. Немає вимог, коли має бути виправлено, це буде просто послідовна асинхронна взаємодія перевірка-зміни-перевірка-зміни-перевірка тощо.
Рекомендую локально запустити документацію і перевірити, по-перше, чому падає збірка, по-друге, після виправлення цього відкрити сторінку і подивитися на переклад як читач, можливо, захочеться щось переписати, щоб було зрозуміліше.
Якщо будуть складніші питання чи потрібна серйозніша допомога або консультації, то є дискорд-сервер https://discord.gg/WM6PmCpp7W
src/content/reference/react/useId.md
Outdated
| ### `useId()` {/*useid*/} | ||
|
|
||
| Call `useId` at the top level of your component to generate a unique ID: | ||
| Викликайте `useId` на верхньому рівні вашого компонента, щоб згенерувати унікальне ID: |
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.
| Викликайте `useId` на верхньому рівні вашого компонента, щоб згенерувати унікальне ID: | |
| Викличте `useId` на верхньому рівні вашого компонента, щоб згенерувати унікальне ID: |
- тут зазвичай доконаний вид використовували
- треба подумати, чи рід у ID буде середній за саме словом айді суб'єктивно (мені теж хочеться середнього роду, хоч айді може бути жіночого роду для як ідентифікацяя) або чоловічий за ідентифікатором. я поки не буду виправляти
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.
Давайте залишимо ID середнього роду
|
@alinkedd дякую за рев'ю! |
Hi all,
Here is my translation of the
useIddocumentation page.Feel free to review and write your comments.