diff options
| author | Joe Carstairs <me@joeac.net> | 2025-05-08 11:55:05 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-05-08 11:55:05 +0100 |
| commit | ab436fb120cbf5c2bf16788bbf6168a36e88ab16 (patch) | |
| tree | a87268113c1587d71562d2d416c7784717ea2a2e /src/i18n | |
| parent | fd5998240f65e3bc3a94e4045f8f5c286a755b1c (diff) | |
Copyright statement
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/translations/pages/submit.ts | 19 |
1 files changed, 17 insertions, 2 deletions
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 <a href="mailto:lallans@hotmail.co.uk">lallans@hotmail.co.uk</a>. `, '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 <a href="mailto:lallans@hotmail.co.uk">lallans@hotmail.co.uk</a>. `, }, @@ -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; |
