From 69a0ff5070e036935a0efd81ba94cde39820a9d8 Mon Sep 17 00:00:00 2001 From: McFlyPartages <44530252+McFlyPartages@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:59:58 +0100 Subject: [PATCH 1/2] i18n(fr) Update reading-time.mdx Just for translator tracker because the PR #5766 should have been [ignore] From d9cdb8eecc2d87e1fad17d96d46d223683c2e1cd Mon Sep 17 00:00:00 2001 From: McFlyPartages <44530252+McFlyPartages@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:16:10 +0100 Subject: [PATCH 2/2] i18n(fr) Update `tailwind-rendered-markdown.mdx` Update french translationn for tailwind-rendered-markdown.mdx file --- src/content/docs/fr/recipes/tailwind-rendered-markdown.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/content/docs/fr/recipes/tailwind-rendered-markdown.mdx b/src/content/docs/fr/recipes/tailwind-rendered-markdown.mdx index 497d562e03336..b38ed4c6fcc42 100644 --- a/src/content/docs/fr/recipes/tailwind-rendered-markdown.mdx +++ b/src/content/docs/fr/recipes/tailwind-rendered-markdown.mdx @@ -45,7 +45,6 @@ Ensuite, ajoutez le paquet en tant que plugin dans votre fichier de configuratio ```diff lang="js" // tailwind.config.js /** @type {import('tailwindcss').Config} */ - export default { theme: { // ... @@ -88,8 +87,8 @@ export default { ```astro title="src/pages/index.astro" --- - import Prose from "../components/Prose.astro"; - import Layout from "../layouts/Layout.astro"; + import Prose from '../components/Prose.astro'; + import Layout from '../layouts/Layout.astro'; import { getEntry } from 'astro:content'; const entry = await getEntry('collection', 'entry');