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

docs(pt-br): Update pt-br/index.mdx #2139

Merged
merged 2 commits into from
Mar 25, 2024
Merged
Changes from 1 commit
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
28 changes: 13 additions & 15 deletions website/src/content/docs/pt-br/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ head:
- tag: title
content: Biome, conjunto de ferramentas da web
template: splash
description: Formate, verifique erros e muito mais em uma fração de segundo.
description: Formato, fiapos e muito mais em uma fração de segundo.
Copy link
Contributor

@victor-teles victor-teles Mar 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Exerea This change doesn't look good to me (as a native speaker)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, you need to keep the same sentence on the site hero section

editUrl: false
next: false
banner:
content: |
Considere fazer uma doação para a instituição de caridade <a href="https://www.enduringhearts.org/" target="_blank">Enduring Hearts</a>

hero:
title: Um conjunto de ferramentas para seu projeto web
title: Cadeia de ferramentas integrada para o desenvolvimento de projetos da Web.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Exerea You need to keep the same sentence on the site hero section

tagline: Formate, verifique erros e muito mais em uma fração de segundo.
image:
alt: Biome, conjunto de ferramentas da web
Expand Down Expand Up @@ -40,11 +44,9 @@ import Netlify from "@/components/Netlify.astro";
import Sponsors from "@/components/Sponsors.astro";
import LinterExample from "@/components/linter/example.md";


<div class="gradient"></div>
<div class="grid"></div>


<div class="hero-code">
<h2 class="head">Formata código como o Prettier e economiza tempo</h2>

Expand Down Expand Up @@ -85,15 +87,14 @@ import LinterExample from "@/components/linter/example.md";
</div>
</div>


Teste o formatador do Biome no [playground](/playground/) ou diretamente no seu projeto:

```shell
npm i -D --save-exact @biomejs/biome
npx @biomejs/biome format --write ./src
```
</div>

</div>

<div class="hero-code">
<h2 class="head">Corrija problemas e aprenda boas práticas</h2>
Expand All @@ -113,7 +114,6 @@ import LinterExample from "@/components/linter/example.md";

</div>


<div class="hero-code">
<h2 class="head">Tudo de uma vez</h2>

Expand All @@ -130,17 +130,15 @@ import LinterExample from "@/components/linter/example.md";

</div>



<div class="card-cnt">

<CardGrid>
<Card title="Rápido" icon="rocket">
Construído com Rust e uma arquitetura inovadora inspirado pelo rust-analyzer.
</Card>
<Card title="Simples" icon="pencil">
Nenhuma configuração é necessária para começar a usar! Caso precise, temos
diversas opções disponíveis!
Nenhuma configuração necessária para começar.
Opções extensivas disponíveis quando você precisar delas.
</Card>
<Card title="Escalável" icon="random">
Projetado para suportar codebases de qualquer tamanho. Focado no crescimento
Expand All @@ -151,8 +149,8 @@ import LinterExample from "@/components/linter/example.md";
anteriores, e qualquer melhoria em uma ferramenta beneficia todas elas.
</Card>
<Card title="Prático e informativo" icon="information">
Esqueça aquelas mensagens de erro obscuras! Quando alguma coisa está errada,
nós falamos exatamente o que está errado e como consertar!
Evite mensagens de erro obscuras; quando dizemos que algo está errado,
informamos exatamente onde o problema está e como corrigi-lo.
</Card>
<Card title="Pacote completo" icon="add-document">
Suporte pronto para todas as funcionalidades de linguagem que você utiliza
Expand Down Expand Up @@ -190,7 +188,7 @@ import LinterExample from "@/components/linter/example.md";
<h2 class="head">Comunidade</h2>
<div class="community-connect">
<div class="community-description">
Desenvolvido pela nossa incrível comunidade
Alimentado por nossos colaboradores de código aberto
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Exerea I think in this case "Mantido" or "Desenvolvido" is more appropriate here

</div>
<div class="community-links">
<a href="https://discord.gg/BypW39g6Yc" class="discord">
Expand All @@ -199,7 +197,7 @@ import LinterExample from "@/components/linter/example.md";
</a>
<a href="https://github.com/biomejs/biome" class="github">
<Icon name="github" />
<p>Github</p>
<p>GitHub</p>
</a>
<a href="https://twitter.com/biomejs" class="x">
<Icon name="x.com" />
Expand Down
Loading