From 69505f6167ab0e952549b228d461071f7ce3fe1e Mon Sep 17 00:00:00 2001 From: Kuba Musielski <114279913+kubamus@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:54:50 +0100 Subject: [PATCH] docs: adding a translation in Polish for the "examples" page (#1752) --- www/src/config.ts | 1 + www/src/pages/pl/examples.mdx | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 www/src/pages/pl/examples.mdx diff --git a/www/src/config.ts b/www/src/config.ts index aaadc0c59b..56e2a735b0 100644 --- a/www/src/config.ts +++ b/www/src/config.ts @@ -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: [ diff --git a/www/src/pages/pl/examples.mdx b/www/src/pages/pl/examples.mdx new file mode 100644 index 0000000000..aeddff3ef7 --- /dev/null +++ b/www/src/pages/pl/examples.mdx @@ -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. + + + Nie można wybrać `prisma` i `drizzle` jednocześnie. + + +
+ + + Niektóre funkcje mogą nie działać, chyba że utworzysz plik env + \ No newline at end of file