From ab436fb120cbf5c2bf16788bbf6168a36e88ab16 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 8 May 2025 11:55:05 +0100 Subject: Copyright statement --- src/i18n/translations/pages/submit.ts | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'src/i18n') diff --git a/src/i18n/translations/pages/submit.ts b/src/i18n/translations/pages/submit.ts index 986ee1f..84834cf 100644 --- a/src/i18n/translations/pages/submit.ts +++ b/src/i18n/translations/pages/submit.ts @@ -25,11 +25,13 @@ const tPage = { }, 'submit-para-2': { sco: () => ` - Send us your cuttie tales, poesie and drama til + Read the copyricht statement ablo. Gin you're happy wi thon, send us your + cuttie tales, poesie and drama til lallans@hotmail.co.uk. `, 'en-GB': () => ` - Send us your short stories, poetry and drama to + Read the copyright statement below. If you're happy with it, send us your + short stories, poetry and drama to lallans@hotmail.co.uk. `, }, @@ -43,6 +45,19 @@ const tPage = { submitting for years or you’re a first-time writer! `, }, + 'copyright-heading': { + sco: () => 'Copyricht statement', + 'en-GB': () => 'Copyright statement', + }, + 'copyright-body': { + sco: () => ` + Pieces submitted to Lallans, should be the original work of the person + submitting them. Copyright remains with the author, however, submitting a + piece for inclusion gives the Scots Language Society, though Lallans or + other title, the right, in perpetuity, to republish the work in hard copy + or digital form and to reformat it as necessary. + `, + }, }; type Raw = typeof tPage; -- cgit v1.2.3