Skip to content

Commit

Permalink
i18n(fr): update tutorial/6-islands (#10675)
Browse files Browse the repository at this point in the history
See #10649 and #10655

Co-authored-by: Thomas Bonnet <[email protected]>
  • Loading branch information
ArmandPhilippot and thomasbnt authored Jan 11, 2025
1 parent d6ce5e2 commit 3a60b17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/content/docs/fr/tutorial/6-islands/4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ i18nReady: true
---
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
import Box from '~/components/tutorial/Box.astro';
import Checklist from '~/components/Checklist.astro';
import MultipleChoice from '~/components/tutorial/MultipleChoice.astro';
import PreCheck from '~/components/tutorial/PreCheck.astro';
import Option from '~/components/tutorial/Option.astro';
Expand Down Expand Up @@ -346,3 +347,11 @@ Le projet de blog du tutoriel comprend un flux RSS. Cette fonction doit égaleme
```

Pour l'exemple complet du tutoriel de blog utilisant des collections de contenu, consultez la [branche Collections de contenu](https://github.com/withastro/blog-tutorial-demo/tree/content-collections) du dépôt du tutoriel.

<Box icon="check-list">

## Liste de contrôle
<Checklist>
- [ ] Je peux utiliser des collections de contenu pour gérer des groupes de contenu similaire pour de meilleures performances et une meilleure organisation.
</Checklist>
</Box>
2 changes: 1 addition & 1 deletion src/content/docs/fr/tutorial/6-islands/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Vous allez :

## Liste de vérification

<Checklist key="interactivity">
<Checklist>
- [ ] Je suis prêt à ajouter de l'interactivité à mon site et à commencer à vivre la vie des îles !
</Checklist>
</Box>

0 comments on commit 3a60b17

Please sign in to comment.