From 27764a16b04bd8df7590d0ec294b1fcbf1bb03dd Mon Sep 17 00:00:00 2001 From: Ahmed Nasser Date: Fri, 10 Jan 2025 18:32:52 +0200 Subject: [PATCH] i18n(ar): Fix multiline description formatting in "Custom Fonts" guide - Corrected the multiline formatting for the `description` field in the Arabic "Custom Fonts" guide. - Used proper YAML syntax for multiline values to ensure correct parsing and rendering. --- src/content/docs/ar/guides/fonts.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/ar/guides/fonts.mdx b/src/content/docs/ar/guides/fonts.mdx index 4bf38c60c9b06..f1b8faed80b8b 100644 --- a/src/content/docs/ar/guides/fonts.mdx +++ b/src/content/docs/ar/guides/fonts.mdx @@ -1,8 +1,8 @@ --- title: استخدام الخطوط المخصصة -description: >- -هل ترغب في إضافة خطوط مخصصة إلى موقع ويب Astro؟ يمكنك استخدام Google Fonts مع Fontsource أو إضافة أي خط من اختيارك بسهولة. - +description: > + هل ترغب في إضافة خطوط مخصصة إلى موقع ويب Astro؟ + يمكنك استخدام Google Fonts مع Fontsource أو إضافة أي خط من اختيارك بسهولة. i18nReady: true --- import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';