Skip to content

Commit

Permalink
Add examples translation for french language (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboubakary833 authored Oct 10, 2023
1 parent 85b74f3 commit 8529c42
Show file tree
Hide file tree
Showing 2 changed files with 24 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 @@ -231,6 +231,7 @@ export const SIDEBAR: Sidebar = {
{ text: "Structure des dossiers", link: "fr/folder-structure" },
{ text: "FAQ", link: "fr/faq" },
{ text: "Collection T3", link: "fr/t3-collection" },
{ text: "Exemples", link: "fr/examples" },
{ text: "Autres recommandations", link: "fr/other-recs" },
],
Usage: [
Expand Down
23 changes: 23 additions & 0 deletions www/src/pages/fr/examples.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Exemples
description: Exemples d'application actives
layout: ../../layouts/docs.astro
lang: fr
isMdx: true
---

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

Vous pouvez essayer plusieurs combinaisons de technologies que create-t3-app offre.

<Callout type="info">
Vous ne pouvez pas sélectionner `prisma` et `drizzle` simultanément.
</Callout>

<Form />

<Callout type="warning">
Certaines fonctionnalités peuvent ne pas fonctionner à moins que vous créer un
fichier d'environnement
</Callout>

2 comments on commit 8529c42

@vercel
Copy link

@vercel vercel bot commented on 8529c42 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8529c42 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-upgrade – ./upgrade

t3-upgrade-git-next-t3-oss.vercel.app
t3-upgrade-t3-oss.vercel.app
t3-upgrade.vercel.app

Please sign in to comment.