-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|
@@ -113,7 +114,6 @@ import LinterExample from "@/components/linter/example.md"; | |
|
||
</div> | ||
|
||
|
||
<div class="hero-code"> | ||
<h2 class="head">Tudo de uma vez</h2> | ||
|
||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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"> | ||
|
@@ -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" /> | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@Exerea This change doesn't look good to me (as a native speaker)
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.
Also, you need to keep the same sentence on the site hero section