diff options
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/translations/pages/404.ts | 4 | ||||
| -rw-r--r-- | src/i18n/translations/pages/home.ts | 54 |
2 files changed, 38 insertions, 20 deletions
diff --git a/src/i18n/translations/pages/404.ts b/src/i18n/translations/pages/404.ts index d28d297..c77b9b0 100644 --- a/src/i18n/translations/pages/404.ts +++ b/src/i18n/translations/pages/404.ts @@ -8,11 +8,11 @@ const tPage = { message: { sco: () => ` Yon page disna exeist. Try gaein til oor - <a href="/sco" class="link">hame page</a>? + <a href="/sco">hame page</a>? `, 'en-GB': () => ` That page doesn’t exist. Try going to our - <a href="/en-GB" class="link">home page</a>? + <a href="/en-GB">home page</a>? `, }, }; diff --git a/src/i18n/translations/pages/home.ts b/src/i18n/translations/pages/home.ts index a112cc1..3a81710 100644 --- a/src/i18n/translations/pages/home.ts +++ b/src/i18n/translations/pages/home.ts @@ -6,23 +6,41 @@ const tPage = { 'en-GB': () => 'Home', }, submit: { - sco: () => 'Submit til Lallans', - 'en-GB': () => 'Submit to Lallans', + sco: () => 'Sangschaw apen for submeissions', + 'en-GB': () => 'Sangschaw open for submissions', }, 'submit-para-1': { - sco: () => 'We ar acceptin submeissions til Lallans 104!', - 'en-GB': () => 'We are accepting submissions to Lallans 104!', + sco: () => ` + We ar acceptin submeissions til our annual Scots scrievin competeition, + the Sangschaw, until the 31st o Januar 2024. + `, + 'en-GB': () => ` + We are accepting submissions to our annual Scots writing competition, the + Sangschaw, until the 31st of January 2024. + `, }, 'submit-para-2': { sco: () => ` - We accep poesie, cuttie tales, reviews, essays an drama, baith - oreiginal an owerset. Sen yer submeissions til - <a class="link" href="mailto:lallans@hotmail.co.uk">lallans@hotmail.co.uk</a>. + Aince ye’ve read the submeission criteria in + <a href="/sco/news/2023-12-10-eiks-31"><i>Eiks an Ens</i> 31</a>, send + your submeissions til + <a href="mailto:lallans@hotmail.co.uk">lallans@hotmail.co.uk</a>. + `, + 'en-GB': () => ` + Once you’ve read the submission criteria in + <a href="/en-GB/news/2023-12-10-eiks-31"><i>Eiks an Ens</i> 31</a>, send + your submissions to + <a href="mailto:lallans@hotmail.co.uk">lallans@hotmail.co.uk</a>. + `, + }, + 'submit-para-3': { + sco: () => ` + We luik forrit tae haein your submeission, whither you’ve been submittin + for years or you’re a first-time writer! `, 'en-GB': () => ` - We accept poetry, short stories, reviews, essays and drama, both - original and translated. Send your submissions to - <a class="link" href="mailto:lallans@hotmail.co.uk">lallans@hotmail.co.uk</a>. + We look forward to having your submission, whether you’ve been + submitting for years or you’re a first-time writer! `, }, news: { @@ -91,14 +109,14 @@ const tPage = { sco: () => ` We ar ane o the foremaist furthsetters o new Scots leitratur. Oor maist important furthsettins ar - <a href="/sco/furthsettins/lallans" class="link">Lallans</a> an - <a href="/sco/furthsettins/scotsoun" class="link">Scotsoun</a>. + <a href="/sco/furthsettins/lallans">Lallans</a> an + <a href="/sco/furthsettins/scotsoun">Scotsoun</a>. `, 'en-GB': () => ` We are one of the leading publishers of new Scots literature. Our most important publications are - <a href="/en-GB/furthsettins/lallans" class="link">Lallans</a> and - <a href="/en-GB/furthsettins/scotsoun" class="link">Scotsoun</a>. + <a href="/en-GB/furthsettins/lallans">Lallans</a> and + <a href="/en-GB/furthsettins/scotsoun">Scotsoun</a>. `, }, 'aw-furthsettins': { @@ -167,18 +185,18 @@ const tPage = { 'hou-jyne-para-2': { sco: ({ membershipEmail }: { membershipEmail: string }) => ` Fur tae become a memmer, simply get in titch wi us at - <a class="link" href="mailto:${membershipEmail}">${membershipEmail}</a> + <a href="mailto:${membershipEmail}">${membershipEmail}</a> an we’ll provide ye wi our bank details; or ye can jyne bi sendin us a cheque made peyable til <b>The Scots Language Society</b>. See - <a class="link" href="#contact">Contact us</a> + <a href="#contact">Contact us</a> fur our address. `, 'en-GB': ({ membershipEmail }: { membershipEmail: string }) => ` To become a member, simply get in touch with us at - <a class="link" href="mailto:${membershipEmail}">${membershipEmail}</a> + <a href="mailto:${membershipEmail}">${membershipEmail}</a> and we’ll provide you with our bank details; or you can join by sending us a cheque made payable to <b>The Scots Language Society</b>. See - <a class="link" href="#contact">Contact us</a> for our address. + <a href="#contact">Contact us</a> for our address. `, }, contact: { |
