Skip to content
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

Update Brazilian Portuguese translation #1170

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/pt-br/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ function Counter() {
<div>
<h3>Mais próximo do DOM.</h3>
<p>
Preact fornece a mais leve abstração de Virtual DOM possível em cima do DOM.
A web é uma plataforma estável - É tempo de pararmos de reimplementá-la em nome da segurança.
Preact fornece uma abstração de Virtual DOM mais fina possível sobre o DOM.
Se baseia em recursos de plataformas estáveis, registra manipuladores de eventos reais e funciona bem com outras bibliotecas.
</p>
<p>
Preact é também um cidadão de primeira-classe da plataforma web. Compara a Virtual DOM e o próprio DOM, registra <i>event handlers</i> de verdade, e funciona bem com outras bibliotecas.
Preact pode ser usado diretamente no navegador, sem nenhuma etapa de transpilação.
</p>
</div>
</section>
Expand Down