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 JSX In-Depth #125

Merged
merged 12 commits into from Dec 2, 2019
Merged

Translate JSX In-Depth #125

merged 12 commits into from Dec 2, 2019

Conversation

dummyeuy
Copy link
Contributor

Greetings.

My latest commit on dummyeuy@296003d (03.00 P.M, Oct 28) as you can see is my translation result of JSX in-depth (as you assigned me on #1 (comment)).

Please kindly review it.

Thank you

@netlify
Copy link

netlify bot commented Oct 28, 2019

Deploy preview for idreactjs ready!

Built with commit 092a8e7

https://deploy-preview-125--idreactjs.netlify.com

@netlify
Copy link

netlify bot commented Oct 28, 2019

Deploy preview for id-reactjs ready!

Built with commit 24d15c7

https://deploy-preview-125--id-reactjs.netlify.com

Copy link
Contributor

@bangun-jds bangun-jds left a comment

Choose a reason for hiding this comment

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

Some typing errors

content/docs/hooks-faq.md Outdated Show resolved Hide resolved
content/docs/hooks-faq.md Outdated Show resolved Hide resolved
content/docs/hooks-faq.md Outdated Show resolved Hide resolved
content/docs/hooks-faq.md Outdated Show resolved Hide resolved
content/docs/hooks-faq.md Outdated Show resolved Hide resolved
content/docs/hooks-faq.md Outdated Show resolved Hide resolved
content/docs/hooks-faq.md Outdated Show resolved Hide resolved
content/docs/hooks-faq.md Outdated Show resolved Hide resolved
content/docs/hooks-faq.md Outdated Show resolved Hide resolved
content/docs/hooks-faq.md Outdated Show resolved Hide resolved
Copy link
Contributor

@bangun-jds bangun-jds left a comment

Choose a reason for hiding this comment

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

Some typing errors

Copy link
Contributor Author

@dummyeuy dummyeuy left a comment

Choose a reason for hiding this comment

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

Some typing errors

I've applied the corrections you gave.
Please kindly review it.

@dummyeuy
Copy link
Contributor Author

Some typing errors

dear @bangunbagustapa I've applied the corrections you gave.
Latest commit on dummyeuy@f2c364a

Please kindly review it.

Copy link
Member

@resir014 resir014 left a comment

Choose a reason for hiding this comment

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

Hi @dummyeuy, I see you also included your existing translation for Hooks FAQ which was originally done in this pull request.

Please keep them on separate pull requests. Doing 1 page per pull request makes it easier for us to track the translation progress. Thank you.

content/docs/jsx-in-depth.md Outdated Show resolved Hide resolved
@dummyeuy
Copy link
Contributor Author

Hi @dummyeuy, I see you also included your existing translation for Hooks FAQ which was originally done in this pull request.

Please keep them on separate pull requests. Doing 1 page per pull request makes it easier for us to track the translation progress. Thank you.

I'm sorry, it was my bad. I was so excited to translate more than just 1 page in short time period - so I choosed to translate JSX-in-depth right after Hooks-FAQ.

@bangun-jds
Copy link
Contributor

bangun-jds commented Oct 31, 2019

@dummyeuy I think you should seperate your PR first before it can be reviewed by maintainers.

@dummyeuy dummyeuy mentioned this pull request Nov 3, 2019
@resir014
Copy link
Member

resir014 commented Nov 8, 2019

@dummyeuy yes, @bangunbagustapa is correct. Please do so.

@dummyeuy
Copy link
Contributor Author

dummyeuy commented Nov 8, 2019

@dummyeuy yes, @bangunbagustapa is correct. Please do so.

so, I need to make the Hooks FAQ file back to its default/original file, then I re-commit?
Or how?

… minor typos in jsx-in-depth. So this commint/PR will focus on JSX-in-depth.md according to reactjs#125 (comment)
@dummyeuy
Copy link
Contributor Author

Hello @resir014 , I've done the "separation" by change the hooks-faq.md file back to its original/default, so this PR will focus only on jsx-in-depth.md.
As you can see on my latest commit

Please, kindly review it

Copy link
Member

@resir014 resir014 left a comment

Choose a reason for hiding this comment

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

Thanks for removing the translations not contextual to this PR. However, you added even more changes that doesn't seem to be relevant to here. Please revert those changes as well. 😅

Note that you only need to update the Markdown files for these translations. Make sure no other files are staged before you commit.

src/components/CodeEditor/CodeEditor copy.js Outdated Show resolved Hide resolved
.eslintignore Outdated Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
…src/CodeEditor/CodeEditor copy.js from the latest commit according to reactjs#125 (review)
@dummyeuy
Copy link
Contributor Author

Thanks for removing the translations not contextual to this PR. However, you added even more changes that doesn't seem to be relevant to here. Please revert those changes as well. 😅

Note that you only need to update the Markdown files for these translations. Make sure no other files are staged before you commit.

Hello @resir014 I've resolved the corrections you gave, as you can check on my lattest commit.
Please, kindly review it :)

Copy link
Member

@resir014 resir014 left a comment

Choose a reason for hiding this comment

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

Thanks @dummyeuy, I have reviewed the first half of the page. Among the tiny translation fixes, there are still two overall issues:


The code block syntax has these optional brackets {} to indicate highlighted lines:

image

Please do not add the spaces between the js and the brackets {}, as this will break with syntax highlighting.

image


Also across the page, the word "children" is translated to "turunan". Let's keep this consistent with other pages by not translating them (children).


Please address these first, then I'll take a look at the second half of the pages. Thank you!

content/docs/jsx-in-depth.md Outdated Show resolved Hide resolved
content/docs/jsx-in-depth.md Outdated Show resolved Hide resolved
content/docs/jsx-in-depth.md Outdated Show resolved Hide resolved
content/docs/jsx-in-depth.md Outdated Show resolved Hide resolved
content/docs/jsx-in-depth.md Outdated Show resolved Hide resolved
content/docs/jsx-in-depth.md Outdated Show resolved Hide resolved
content/docs/jsx-in-depth.md Outdated Show resolved Hide resolved
content/docs/jsx-in-depth.md Outdated Show resolved Hide resolved
content/docs/jsx-in-depth.md Outdated Show resolved Hide resolved
content/docs/jsx-in-depth.md Outdated Show resolved Hide resolved
@dummyeuy
Copy link
Contributor Author

Thanks @dummyeuy, I have reviewed the first half of the page. Among the tiny translation fixes, there are still two overall issues:

The code block syntax has these optional brackets {} to indicate highlighted lines:

image

Please do not add the spaces between the js and the brackets {}, as this will break with syntax highlighting.

image

Also across the page, the word "children" is translated to "turunan". Let's keep this consistent with other pages by not translating them (children).

Please address these first, then I'll take a look at the second half of the pages. Thank you!

Thank you for kind reviews.
The only reason I added space between js and the brackets {} was, so I could differentiate the syntax between the code blocks -- it was easier to see the colors tho 😅
image

Your corrections at first-half review are applied, as you can see on my lattest commit

Thank you again @resir014

Copy link
Member

@resir014 resir014 left a comment

Choose a reason for hiding this comment

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

Sorry I just checked this PR again after a few days, been busy.

This is now good to go. Thank you so much for your help!

@resir014 resir014 changed the title Translation result of JSX in-depth by dummyeuy as assigned on https://github.com/reactjs/id.reactjs.org/issues/1#issuecomment-546177857 Translate JSX In-Depth Dec 2, 2019
@resir014 resir014 merged commit afd51c9 into reactjs:master Dec 2, 2019
@dummyeuy
Copy link
Contributor Author

dummyeuy commented Dec 2, 2019

Sorry I just checked this PR again after a few days, been busy.

This is now good to go. Thank you so much for your help!

Thank you for coming back.

You're welcome

resir014 added a commit that referenced this pull request Feb 4, 2020
* hasil terjemahan content/docs/HOOKS-FAQ.md dari dummyeuy

* Translating content/docs/hooks-faq.md by dummyeuy with minor revisions

* Translating content/docs/hooks-faq.md by dummyeuy with minor revisions

* all suggested revisions are applied plus some minor revisions (from my own observation) according to https://github.com/reactjs/id.reactjs.org/pull/123/files/b293ec3a432e9bd035f16b07b719b873d108c2e0

* commit hasil translasi JSX-in-depth sesuai dengan #1 (comment)

* corrections of 'some typing errors' are applied, according to #125 (review)

* applied minor revisions according to #125 (comment)

* Change the hooks-faq.md back to its default/original and revised some minor typos in jsx-in-depth. So this commint/PR will focus on JSX-in-depth.md according to #125 (comment)

* change back .eslintignore and .gitignore to their default and remove src/CodeEditor/CodeEditor copy.js from the latest commit according to #125 (review)

* revisions are applied from first-half of the page review according to #125 (review)

* remove stray whitespace in .eslintignore

* remove additional accidental whitespace

* bring back the previous deleted work on Hooks FAQ, according to #123 (comment)

* resolved all suggested changes according to #123 (review)

Co-authored-by: Resi Respati <resir014@gmail.com>
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