diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-09-20 20:58:44 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-09-20 20:58:44 +0100 |
| commit | 7e17cd3171e46d0e422db1ef63923f2ddf4aa767 (patch) | |
| tree | 1a44926b6ed0103c3a2224d63d3771b733ca0423 /src/i18n | |
| parent | f76ec4690de348c9e6363b488f6a0cba805666ac (diff) | |
Adds submission info to home page
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/translations/pages/home.ts | 20 |
1 files changed, 20 insertions, 0 deletions
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 + <a class="link" href="mailto:lallans@hotmail.co.uk">lallans@hotmail.co.uk</a>. + `, + '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>. + `, + }, news: { sco: () => 'Recent News', 'en-GB': () => 'Recent News', |
