-
Notifications
You must be signed in to change notification settings - Fork 123
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
Translated "adding interactivity" page #539
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Converted to draft based on this comment #457 (comment) |
Regarding the PR itself:
|
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.
Я додала коментарі для частин, які не будуть змінюватися
|
||
<Sandpack> | ||
|
||
```js | ||
export default function App() { | ||
return ( | ||
<Toolbar | ||
onPlayMovie={() => alert('Playing!')} | ||
onUploadImage={() => alert('Uploading!')} | ||
onPlayMovie={() => alert('Грає!')} |
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.
Переклади прикладів мають співпадати із вже перекладеними розділами. Далі для інших місць треба буде перевірити, коли перекладуть інші частини
Added in #595 |
Blocked by Updating Objects in State translation