From 7e17cd3171e46d0e422db1ef63923f2ddf4aa767 Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Wed, 20 Sep 2023 20:58:44 +0100
Subject: Adds submission info to home page
---
src/i18n/translations/pages/home.ts | 20 ++++++++++++++++++++
src/pages/[locale]/index.astro | 5 +++++
2 files changed, 25 insertions(+)
(limited to 'src')
diff --git a/src/i18n/translations/pages/home.ts b/src/i18n/translations/pages/home.ts
index 2b9a2c3..09071ff 100644
--- a/src/i18n/translations/pages/home.ts
+++ b/src/i18n/translations/pages/home.ts
@@ -5,6 +5,26 @@ const tPage = {
sco: () => 'Hame',
'en-GB': () => 'Home',
},
+ submit: {
+ sco: () => 'Submit til Lallans',
+ 'en-GB': () => 'Submit to Lallans',
+ },
+ 'submit-para-1': {
+ sco: () => 'We ar acceptin submeissions til Lallans 102!',
+ 'en-GB': () => 'We are accepting submissions to Lallans 102!',
+ },
+ 'submit-para-2': {
+ sco: () => `
+ We accep poesie, cuttie tales, reviews, essays an drama, baith
+ oreiginal an owerset. Sen yer submeissions til
+ lallans@hotmail.co.uk.
+ `,
+ 'en-GB': () => `
+ We accept poetry, short stories, reviews, essays and drama, both
+ original and translated. Send your submissions to
+ lallans@hotmail.co.uk.
+ `,
+ },
news: {
sco: () => 'Recent News',
'en-GB': () => 'Recent News',
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro
index f031e8e..a230aee 100644
--- a/src/pages/[locale]/index.astro
+++ b/src/pages/[locale]/index.astro
@@ -22,6 +22,11 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale);
---
+