From eae2ca9c7aebf7d171be36555ffc9a63a84839c9 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:06:16 +0100 Subject: Adds placeholder to Commattee section --- src/i18n/translations/pages/home.ts | 4 ++++ src/pages/[locale]/index.astro | 1 + 2 files changed, 5 insertions(+) (limited to 'src') diff --git a/src/i18n/translations/pages/home.ts b/src/i18n/translations/pages/home.ts index 33b5c5c..2b9a2c3 100644 --- a/src/i18n/translations/pages/home.ts +++ b/src/i18n/translations/pages/home.ts @@ -59,6 +59,10 @@ const tPage = { sco: () => 'Meet the Commattee', 'en-GB': () => 'Meet the Committee', }, + 'mair-commattee-details-soon': { + sco: () => 'Mair details comin shuin!', + 'en-GB': () => 'More details coming soon!', + }, furthsettins: { sco: () => 'Furthsettins', 'en-GB': () => 'Publications', diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 4a093b7..b06f39d 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -40,6 +40,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale);

+

{t(tPage, { key: 'mair-commattee-details-soon' })}