Translate title back to English (#24833)
- Translate title back to English because it sounds better than using in plain Portuguese. I think is best using the original title (React Native) instead of the translated one. -I also think the name "props" shouldn't be translated either, but I left this untouched.
This commit is contained in:
committed by
Randell Dawson
parent
aff357387e
commit
a087c4df31
@ -2,7 +2,7 @@
|
||||
title: Props
|
||||
localeTitle: Adereços
|
||||
---
|
||||
## Reagir Nativo - Adereços
|
||||
## React Native - Adereços
|
||||
|
||||
O termo props, abreviação de 'properties', significa algum tipo de dado que é passado de um componente para outro. Adereços sempre fluem para baixo a partir do componente pai para o filho.
|
||||
|
||||
@ -65,4 +65,4 @@ import { Button } from 'react-native-elements';
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user