From 529c136199ec93055dc2ed64ee1faa94241e66d8 Mon Sep 17 00:00:00 2001 From: Johan LEROY Date: Tue, 23 Jun 2026 18:52:39 +0200 Subject: [PATCH] =?UTF-8?q?docs(site):=20carte=20feature=20=C2=AB=20cr?= =?UTF-8?q?=C3=A9er=20un=20projet=20=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/site/src/components/FeaturesSection.vue | 7 +++++++ packages/site/src/i18n/en.ts | 2 ++ packages/site/src/i18n/fr.ts | 2 ++ 3 files changed, 11 insertions(+) diff --git a/packages/site/src/components/FeaturesSection.vue b/packages/site/src/components/FeaturesSection.vue index a8b90d4..804be86 100644 --- a/packages/site/src/components/FeaturesSection.vue +++ b/packages/site/src/components/FeaturesSection.vue @@ -78,6 +78,13 @@ const { t } = useI18n(); {{ t('feat9Desc') }} + + + + {{ t('feat10Desc') }} + diff --git a/packages/site/src/i18n/en.ts b/packages/site/src/i18n/en.ts index 8b19dbb..60aae4a 100644 --- a/packages/site/src/i18n/en.ts +++ b/packages/site/src/i18n/en.ts @@ -34,6 +34,8 @@ export default { feat8Desc: 'Binds to localhost, hashes tokens, remote access via Tailscale.', feat9Title: 'Native VS Code extension', feat9Desc: 'Drive worktrees and attach sessions in native terminals, right inside your editor.', + feat10Title: 'New project in one click', + feat10Desc: 'Create a project folder anywhere (optional git init) and start a Claude session in it, from any device.', scAKicker: 'Worktree-first dashboard', scATitle: 'See what needs you — before anything stalls', scABody: diff --git a/packages/site/src/i18n/fr.ts b/packages/site/src/i18n/fr.ts index 1b03dbf..114a090 100644 --- a/packages/site/src/i18n/fr.ts +++ b/packages/site/src/i18n/fr.ts @@ -34,6 +34,8 @@ export default { feat8Desc: 'Se lie à localhost, hashe les tokens, accès distant via Tailscale.', feat9Title: 'Extension VS Code native', feat9Desc: 'Pilotez vos worktrees et attachez vos sessions dans des terminaux natifs, directement dans votre éditeur.', + feat10Title: 'Nouveau projet en un clic', + feat10Desc: "Créez un dossier de projet où vous voulez (git init optionnel) et lancez-y une session Claude, depuis n'importe quel appareil.", scAKicker: 'Dashboard worktree-first', scATitle: 'Voyez ce qui vous attend — avant que ça ne bloque', scABody: