-
Notifications
You must be signed in to change notification settings - Fork 260
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
Conversation
Deploy preview for idreactjs ready! Built with commit 092a8e7 |
Deploy preview for id-reactjs ready! Built with commit 24d15c7 |
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.
Some typing errors
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.
Some typing errors
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.
Some typing errors
I've applied the corrections you gave.
Please kindly review it.
dear @bangunbagustapa I've applied the corrections you gave. Please kindly review it. |
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.
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 |
@dummyeuy I think you should seperate your PR first before it can be reviewed by maintainers. |
@dummyeuy yes, @bangunbagustapa is correct. Please do so. |
so, I need to make the |
… minor typos in jsx-in-depth. So this commint/PR will focus on JSX-in-depth.md according to reactjs#125 (comment)
Hello @resir014 , I've done the "separation" by change the Please, kindly review it |
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.
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/CodeEditor/CodeEditor copy.js from the latest commit according to reactjs#125 (review)
Hello @resir014 I've resolved the corrections you gave, as you can check on my lattest commit. |
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.
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:
Please do not add the spaces between the js
and the brackets {}
, as this will break with syntax highlighting.
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. Your corrections at first-half review are applied, as you can see on my lattest commit Thank you again @resir014 |
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.
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 |
* 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 <[email protected]>
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