Skip to content

Translate 'Fragments' page #102

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

Merged
merged 2 commits into from
Jun 13, 2019
Merged

Conversation

jakubdrozdek
Copy link
Member

No description provided.

@jakubdrozdek jakubdrozdek added needs review A pull request ready to be reviewed needs +1 Needs another approval before merging labels Jun 12, 2019
@jakubdrozdek jakubdrozdek requested a review from a team June 12, 2019 07:53
@netlify
Copy link

netlify bot commented Jun 12, 2019

Deploy preview for pl-reactjs ready!

Built with commit 7b54eac

https://deploy-preview-102--pl-reactjs.netlify.com

@@ -38,93 +38,93 @@ class Table extends React.Component {
}
```

`<Columns />` would need to return multiple `<td>` elements in order for the rendered HTML to be valid. If a parent div was used inside the `render()` of `<Columns />`, then the resulting HTML will be invalid.
Komponent `<Columns />` może chcieć zwrócić kilka elementów `<td>` w celu zapewnienia poprawności wyrenderowanego kodu HTML. Gdyby komórki tabeli, zwracane przez funkcję `render()` komponentu `<Columns />`, otoczyć np. elementem `<div>`, powstały w ten sposób kod HTML byłby nieprawidłowy.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Komponent `<Columns />` może chcieć zwrócić kilka elementów `<td>` w celu zapewnienia poprawności wyrenderowanego kodu HTML. Gdyby komórki tabeli, zwracane przez funkcję `render()` komponentu `<Columns />`, otoczyć np. elementem `<div>`, powstały w ten sposób kod HTML byłby nieprawidłowy.
Aby zapewnić poprawność wyrenderowanego kodu HTML komponent `<Columns />` powinien zwrócić kilka elementów `<td>`. Gdyby komórki tabeli, zwracane przez funkcję `render()` komponentu `<Columns />`, otoczyć np. elementem `<div>`, powstały w ten sposób kod HTML byłby nieprawidłowy.


## Usage {#usage}
## Zasady używania {#usage}
Copy link
Contributor

Choose a reason for hiding this comment

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

A gdyby tak po prostu

Suggested change
## Zasady używania {#usage}
## Użycie {#usage}

@jakubdrozdek jakubdrozdek requested a review from g12i June 13, 2019 06:46
@jakubdrozdek jakubdrozdek added 🌐 translated Translation is completed for this page and removed needs +1 Needs another approval before merging needs review A pull request ready to be reviewed labels Jun 13, 2019
@jakubdrozdek jakubdrozdek merged commit 91202ee into reactjs:master Jun 13, 2019
@jakubdrozdek jakubdrozdek deleted the fragments branch June 13, 2019 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌐 translated Translation is completed for this page
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants