Skip to content

Commit

Permalink
docs: adding a translation in Polish for the "examples" page (t3-oss#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kubamus committed Feb 20, 2024
1 parent f0c425d commit 9bdb0db
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export const SIDEBAR: Sidebar = {
{ text: "Struktura Projektu", link: "pl/folder-structure" },
{ text: "FAQ", link: "pl/faq" },
{ text: "Kolekcja T3", link: "pl/t3-collection" },
{ text: "Przykłady", link: "pl/examples" },
{ text: "Inne Rekomendacje", link: "pl/other-recs" },
],
Usage: [
Expand Down
22 changes: 22 additions & 0 deletions www/src/pages/pl/examples.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Przykłady
description: Przykłady różnych aplikacji na żywo
layout: ../../layouts/docs.astro
lang: pl
isMdx: true
---

import Callout from "../../components/docs/callout.tsx";
import Form from "../../components/docs/exampleOptionForm.astro";

Możesz wypróbować różne kombinacje technologii, które oferuje create-t3-app.

<Callout type="info">
Nie można wybrać `prisma` i `drizzle` jednocześnie.
</Callout>

<Form />

<Callout type="warning">
Niektóre funkcje mogą nie działać, chyba że utworzysz plik env
</Callout>

0 comments on commit 9bdb0db

Please sign in to comment.