summaryrefslogtreecommitdiff
path: root/src/i18n/translations/pages/submit.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/translations/pages/submit.ts')
-rw-r--r--src/i18n/translations/pages/submit.ts19
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;