Translated "adding interactivity" page by MinichMykyta · Pull Request #539 · reactjs/uk.react.dev

@MinichMykyta


Blocked by Updating Objects in State translation

@vercel

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
uk-legacy-reactjs-org ⬜️ Ignored (Inspect) Visit Preview Dec 29, 2024 4:56pm

@alinkedd

@alinkedd

Regarding the PR itself:

  1. Please, shorten the name to Translated "adding interactivity" page or similar.
  2. The Vercel deployment has failed. Usually it happens if page has invalid content that can’t be parsed. Please, run your fork locally as described in README and find out if that’s a case. I suggest to check this line as it’s possible for <button> without `` to be the root cause of failure, though I can’t check this myself right now.
    1. Also it’s just a good practice to run your work locally after translation

alinkedd

Choose a reason for hiding this comment

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

Я додала коментарі для частин, які не будуть змінюватися

<Toolbar
onPlayMovie={() => alert('Playing!')}
onUploadImage={() => alert('Uploading!')}
onPlayMovie={() => alert('Грає!')}

Choose a reason for hiding this comment

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

Переклади прикладів мають співпадати із вже перекладеними розділами. Далі для інших місць треба буде перевірити, коли перекладуть інші частини

@MinichMykyta MinichMykyta changed the title Translated "adding interactivity" page on the React documentation website. Translated "adding interactivity" page

May 19, 2024

alinkedd

@alinkedd