2121 light : " @/assets/svg/slogan-light-transparent.svg"
2222 actions :
2323 - text : Zacznij
24- link : /guides/getting-started/
24+ link : /pl/ guides/getting-started/
2525 icon : right-arrow
2626 variant : primary
2727 - text : Zobacz na GitHub
@@ -57,7 +57,7 @@ import FeaturedUsers from "@/components/FeaturedUsers.astro"
5757 _ TypeScript_ , _ JSX_ , _ TSX_ , _ JSON_ , _ HTML_ , _ CSS_ i _ GraphQL_ , który osiąga ** [ 97% kompatybilności z
5858 _ Prettier_ ] ( https://console.algora.io/challenges/prettier ) ** , ** oszczędzając czas CI i deweloperów** .
5959
60- Biome może nawet ** formatować niepoprawny kod** podczas pisania w [ Twoim ulubionym edytorze] ( /guides/editors/first-party-extensions/ ) .
60+ Biome może nawet ** formatować niepoprawny kod** podczas pisania w [ Twoim ulubionym edytorze] ( /pl/ guides/editors/first-party-extensions/ ) .
6161
6262 <div class = " linter format" >
6363 <div class = " inp" >
@@ -106,7 +106,7 @@ import FeaturedUsers from "@/components/FeaturedUsers.astro"
106106 <h2 class = " head" >Naprawiaj problemy, ucz się najlepszych praktyk</h2 >
107107
108108 ** Biome to [ wydajny linter] ( https://github.com/biomejs/biome/tree/main/benchmark#linting ) ** dla _ JavaScript_ ,
109- _ TypeScript_ , _ JSX_ , _ CSS_ i _ GraphQL_ , który zawiera ** [ <NumberOfRules /> reguł] ( /linter/ ) ** z ESLint,
109+ _ TypeScript_ , _ JSX_ , _ CSS_ i _ GraphQL_ , który zawiera ** [ <NumberOfRules /> reguł] ( /pl/ linter/ ) ** z ESLint,
110110 TypeScript ESLint i [ innych źródeł] ( /linter/rules-sources/ ) .
111111
112112 ** Biome generuje szczegółowe i skontekstualizowane diagnostyki** , które pomagają Ci poprawić kod i zostać lepszym
@@ -165,7 +165,7 @@ import FeaturedUsers from "@/components/FeaturedUsers.astro"
165165 obsługa TypeScript i JSX.
166166 </Card >
167167 <Card title = " Wsparcie Organizacji" icon = " phone" >
168- Oferujemy <a href = " /enterprise/" >wsparcie komercyjne</a > organizacjom, które
168+ Oferujemy <a href = " /pl/ enterprise/" >wsparcie komercyjne</a > organizacjom, które
169169 go potrzebują przez naszą społeczność współtwórców.
170170 </Card >
171171 </CardGrid >
@@ -177,12 +177,12 @@ import FeaturedUsers from "@/components/FeaturedUsers.astro"
177177 <div class = " installation-description" >
178178 Zainstaluj Biome używając preferowanego menedżera pakietów I zintegruj go w swoim edytorze.
179179 </div >
180- <a class = " installation-biome" href = " /guides/getting-started/#installation" >
180+ <a class = " installation-biome" href = " /pl/ guides/getting-started/#installation" >
181181 Zainstaluj z menedżerem pakietów
182182 <Image src = { arrow } alt = " arrow" />
183183 </a >
184184 <a
185- href = " /guides/editors/first-party-extensions/"
185+ href = " /pl/ guides/editors/first-party-extensions/"
186186 class = " installation-extension"
187187 >
188188 Zintegruj Biome w swoim edytorze
0 commit comments