-
Notifications
You must be signed in to change notification settings - Fork 312
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
Translation of the "JS Environment Requirements " page #8
Conversation
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.
Just a few changes to make it
cc: @koka0012
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.
Just a few changes to make it
cc: @koka0012
Changes made @glaucia86 |
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.
comments left. translation looks great overall but found some phrases weird to read in Portuguese so I adapted some. nice work!
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.
Already changed
@@ -18,13 +18,13 @@ import React from 'react'; | |||
import ReactDOM from 'react-dom'; | |||
|
|||
ReactDOM.render( | |||
<h1>Hello, world!</h1>, | |||
<h1>Olá, mundo!</h1>, |
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.
Glossary and Style Guide
...
- Leave code blocks untranslated. (It is usually OK to translate comments inside them.)
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 the input. I think for this case specifically it's ok to translate strings inside HTML/JSX elements as it doesn't change any structure/logic. I'll update the glossary
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.
@koka0012 thanks for the quick follow-up. ++
@@ -18,13 +18,13 @@ import React from 'react'; | |||
import ReactDOM from 'react-dom'; | |||
|
|||
ReactDOM.render( | |||
<h1>Hello, world!</h1>, | |||
<h1>Olá, mundo!</h1>, |
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 the input. I think for this case specifically it's ok to translate strings inside HTML/JSX elements as it doesn't change any structure/logic. I'll update the glossary
cc @glaucia86 I guess all feedback was addressed please merge if it looks ok to you |
@cezaraugusto done! :) |
#1