-
Notifications
You must be signed in to change notification settings - Fork 291
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: Advanced Guides > Refs and the DOM #86
Conversation
Hey guys! Quick question, the code examples, should they also be translated? Or only the comments inside them? 🤔 |
Hey @Darking360, thanks for asking. You should translate code comments, that's it - everything else, (variable names, JSX, component names, props) should remain untouched! |
Greetings guys! 💪 I just finished the translation, would you please check it out? Let me know for any changes 🙏 🚀 |
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.
Hey @Darking360, looks solid!
Just requested one more change before merging (literally, it's just a .
). I'm approving this PR to get things moving!
content/docs/refs-and-the-dom.md
Outdated
|
||
You can pass callback refs between components like you can with object refs that were created with `React.createRef()`. | ||
Puedes pasar una referencia mediante callback entre componentes tal como puedes con los objetos de referencias creados con `React.createRef()` |
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.
Puedes pasar una referencia mediante callback entre componentes tal como puedes con los objetos de referencias creados con `React.createRef()` | |
Puedes pasar una referencia mediante callback entre componentes tal como puedes con los objetos de referencias creados con `React.createRef().` |
Greetings @alejandronanez 🌞 I just updated the PR and add the missing dot, if you could take a look at it would be great 💪 Let me know if anything changes. CC: @carburo @dmoralesm |
Translation of Advanced Guides: Refs and the DOM
Related: Original issue: Spanish Translation Progress
To Do:
Finish first translation draft
Check translation
Check grammar and orthography
Submit final