-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Description
Style Guide
- Leave code blocks untranslated. (It is usually OK to translate comments inside them. edit by @cezaraugusto: also strings inside HTML/JSX can also pass but use your best judgement)
- Links to references (MDN, Wikipedia) should go to the Portuguese version.
- When referring to
React
itself, useo React
.
Common Translations
Suggestion on words and terms:
Original word/term | Suggestion |
---|---|
bug | erro |
class | classe |
context | contexto |
controlled component | componente controlado |
debugging | depuração |
functional component | componente funcional |
key | chave |
library | biblioteca |
lowercase | minúscula(s) |
package | pacote |
React element | Elemento React |
React fragment | Fragmento React |
render | renderizar (verb), renderizado (noun) |
uncontrolled component | componente não controlado |
Content that doesn't need translation
- array
- arrow function
- bind
- bundle
- bundler
- camelCase
- callback
- DOM
- framework
- hook
- mock
- portal
- props
- ref
- state
- string
- template literal
- UI
- log
jhonmike, glaucia86, fmoliveira, WeslleyNasRocha, klzns and 8 more
Metadata
Metadata
Assignees
Labels
No labels