Skip to content
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

Translate entire Composition vs Inheritance page #28

Merged
merged 16 commits into from Apr 11, 2019

Conversation

apoorvtomar2222
Copy link
Contributor

@apoorvtomar2222 apoorvtomar2222 commented Apr 5, 2019

@netlify
Copy link

netlify bot commented Apr 5, 2019

Deploy preview for hi-reactjs ready!

Built with commit 5704acc

https://deploy-preview-28--hi-reactjs.netlify.com

Copy link
Member

@arshadkazmi42 arshadkazmi42 left a comment

Choose a reason for hiding this comment

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

Great work.
Add some reviews.
Also, read #23 about the review process how we do reviews.
Once you are done with the fixes we can move head with next phase of reviews

content/docs/composition-vs-inheritance.md Outdated Show resolved Hide resolved
content/docs/composition-vs-inheritance.md Outdated Show resolved Hide resolved
content/docs/composition-vs-inheritance.md Outdated Show resolved Hide resolved
content/docs/composition-vs-inheritance.md Outdated Show resolved Hide resolved
content/docs/composition-vs-inheritance.md Outdated Show resolved Hide resolved
content/docs/composition-vs-inheritance.md Outdated Show resolved Hide resolved
content/docs/composition-vs-inheritance.md Outdated Show resolved Hide resolved
content/docs/composition-vs-inheritance.md Outdated Show resolved Hide resolved
content/docs/composition-vs-inheritance.md Outdated Show resolved Hide resolved
content/docs/composition-vs-inheritance.md Outdated Show resolved Hide resolved
@apoorvtomar2222
Copy link
Contributor Author

@arshadkazmi42
Thanks for such a prompt review.
I am done with the changes against your comments. Kindly have a look.

@arshadkazmi42
Copy link
Member

@apoorvtomar2222 Good work with the fixes, you have missed a couple of them and I have added a couple of more, you can check above this comments, all the unresolved feedbacks are not fixed, can you fix all those and add a 👍 emoji to those comments once you are done. I will do another review on feedback changes once you are done

@apoorvtomar2222 apoorvtomar2222 changed the title Translated entire Composition vs Inheritance page Translate entire Composition vs Inheritance page Apr 6, 2019
@apoorvtomar2222
Copy link
Contributor Author

@arshadkazmi42
Thanks for the review.

I have worked on the comments given by you, fixed and pushed them.

@arshadkazmi42
Copy link
Member

arshadkazmi42 commented Apr 6, 2019

@apoorvtomar2222 Awesome. Just three more feedbacks missed. And you will have a go ahead from me 👍

@apoorvtomar2222
Copy link
Contributor Author

apoorvtomar2222 commented Apr 6, 2019

@apoorvtomar2222 Awesome. Just three more feedbacks missed. And you will have a go ahead from me 👍

@arshadkazmi42 I have fixed those issues, but it's not showing up in the conversation. But it's updated in the file.

@arshadkazmi42
Copy link
Member

@apoorvtomar2222 In conversation it shows everything unless its resolved.
I am verifying your chaanges here https://github.com/reactjs/hi.reactjs.org/pull/28/files

I have added url to line numbers in the comment where changes are needed

@arshadkazmi42
Copy link
Member

@apoorvtomar2222 Great going. Just 1 more to go

Copy link
Member

@arshadkazmi42 arshadkazmi42 left a comment

Choose a reason for hiding this comment

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

Awesome work. Loved the speed at which you fixed all the reviews.
As per our review process, @saranshkataria will do a second review on this and after that we will get this merged.
Thanks again.
@saranshkataria over to you

@apoorvtomar2222
Copy link
Contributor Author

Awesome work. Loved the speed at which you fixed all the reviews.
As per our review process, @saranshkataria will do a second review on this and after that we will get this merged.
Thanks again.
@saranshkataria over to you

@arshadkazmi42 Thanks for your review process. I was not able to get the hang of this conversion as of now, for further translation will keep those point in mind.

Thanks for your time.

@@ -47,9 +47,9 @@ function WelcomeDialog() {

**[Try it on CodePen](https://codepen.io/gaearon/pen/ozqNOV?editors=0010)**

Anything inside the `<FancyBorder>` JSX tag gets passed into the `FancyBorder` component as a `children` prop. Since `FancyBorder` renders `{props.children}` inside a `<div>`, the passed elements appear in the final output.
`<FancyBorder>` JSX टैग के अंदर कुछ भी हो, वह `FancyBorder` कौम्पोनॅन्ट में `चिल्ड्रेंस` prop कि तरह पास हो जाता है। क्यूंकि `FancyBorder`, `{props.children}` को `<div>` के अंदर रेंडर करता है, पास्ड एलिमेंट्स अंतिम परिणाम में दिखने लगते है।
Copy link
Member

Choose a reason for hiding this comment

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

prop कि तरह पास हो -> ki spelling mistake

Copy link
Member

Choose a reason for hiding this comment

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

पास हो जाता है। -> pass kiya ja sakta hai

Copy link
Member

Choose a reason for hiding this comment

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

पास्ड एलिमेंट्स -> pass kiye gaye elments

Copy link
Member

Choose a reason for hiding this comment

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

परिणाम में दिखने लगते है। -> me dekhe ja sakte hain

@saranshkataria
Copy link
Member

done till #specialization

@apoorvtomar2222
Copy link
Contributor Author

done till #specialization

@saranshkataria Fixed all the comment till now. Just having confusion with Children as @arshadkazmi42 told me to change it. So need to create a unanimous decision.

@apoorvtomar2222
Copy link
Contributor Author

@saranshkataria @arshadkazmi42 If we are done with the review we can merge this one.

So that I can pick another page ?

@arshadkazmi42
Copy link
Member

arshadkazmi42 commented Apr 9, 2019

@apoorvtomar2222 there is one more para left for review. once the changes are approved by @saranshkataria we will get this merged

@saranshkataria
Copy link
Member

added some more review comments

@apoorvtomar2222
Copy link
Contributor Author

added some more review comments

Done with these changes @saranshkataria

@saranshkataria
Copy link
Member

last 2 to go 🎆

@apoorvtomar2222
Copy link
Contributor Author

last 2 to go 🎆

Done with both :-)

@saranshkataria
Copy link
Member

Awesome work @apoorvtomar2222 ! Thank you! And merging this in.

@saranshkataria saranshkataria merged commit d2f50fe into reactjs:master Apr 11, 2019
@apoorvtomar2222
Copy link
Contributor Author

Awesome work @apoorvtomar2222 ! Thank you! And merging this in.

Thanks, @saranshkataria @arshadkazmi42 for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants