Skip to content
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
12 changes: 6 additions & 6 deletions src/content/docs/pl/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hero:
light: "@/assets/svg/slogan-light-transparent.svg"
actions:
- text: Zacznij
link: /guides/getting-started/
link: /pl/guides/getting-started/
icon: right-arrow
variant: primary
- text: Zobacz na GitHub
Expand Down Expand Up @@ -57,7 +57,7 @@ import FeaturedUsers from "@/components/FeaturedUsers.astro"
_TypeScript_, _JSX_, _TSX_, _JSON_, _HTML_, _CSS_ i _GraphQL_, który osiąga **[97% kompatybilności z
_Prettier_](https://console.algora.io/challenges/prettier)**, **oszczędzając czas CI i deweloperów**.

Biome może nawet **formatować niepoprawny kod** podczas pisania w [Twoim ulubionym edytorze](/guides/editors/first-party-extensions/).
Biome może nawet **formatować niepoprawny kod** podczas pisania w [Twoim ulubionym edytorze](/pl/guides/editors/first-party-extensions/).

<div class="linter format">
<div class="inp">
Expand Down Expand Up @@ -106,7 +106,7 @@ import FeaturedUsers from "@/components/FeaturedUsers.astro"
<h2 class="head">Naprawiaj problemy, ucz się najlepszych praktyk</h2>

**Biome to [wydajny linter](https://github.com/biomejs/biome/tree/main/benchmark#linting)** dla _JavaScript_,
_TypeScript_, _JSX_, _CSS_ i _GraphQL_, który zawiera **[<NumberOfRules/> reguł](/linter/)** z ESLint,
_TypeScript_, _JSX_, _CSS_ i _GraphQL_, który zawiera **[<NumberOfRules/> reguł](/pl/linter/)** z ESLint,
TypeScript ESLint i [innych źródeł](/linter/rules-sources/).

**Biome generuje szczegółowe i skontekstualizowane diagnostyki**, które pomagają Ci poprawić kod i zostać lepszym
Expand Down Expand Up @@ -165,7 +165,7 @@ import FeaturedUsers from "@/components/FeaturedUsers.astro"
obsługa TypeScript i JSX.
</Card>
<Card title="Wsparcie Organizacji" icon="phone">
Oferujemy <a href="/enterprise/">wsparcie komercyjne</a> organizacjom, które
Oferujemy <a href="/pl/enterprise/">wsparcie komercyjne</a> organizacjom, które
go potrzebują przez naszą społeczność współtwórców.
</Card>
</CardGrid>
Expand All @@ -177,12 +177,12 @@ import FeaturedUsers from "@/components/FeaturedUsers.astro"
<div class="installation-description">
Zainstaluj Biome używając preferowanego menedżera pakietów I zintegruj go w swoim edytorze.
</div>
<a class="installation-biome" href="/guides/getting-started/#installation">
<a class="installation-biome" href="/pl/guides/getting-started/#installation">
Zainstaluj z menedżerem pakietów
<Image src={arrow} alt="arrow"/>
</a>
<a
href="/guides/editors/first-party-extensions/"
href="/pl/guides/editors/first-party-extensions/"
class="installation-extension"
>
Zintegruj Biome w swoim edytorze
Expand Down