summaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2025-05-08 11:56:51 +0100
committerGitHub <noreply@github.com>2025-05-08 11:56:51 +0100
commitf0759adc0c6e23c970e98b4204d208d75f30e023 (patch)
treea87268113c1587d71562d2d416c7784717ea2a2e /src/i18n
parent5690af11311840fb6cac5625868533b575712432 (diff)
parentab436fb120cbf5c2bf16788bbf6168a36e88ab16 (diff)
Merge pull request #124 from joeacarstairs/staging
Copyright statement
Diffstat (limited to 'src/i18n')
-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;