diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/content/news/en-GB/2025-12-02-sangschaw-2026.mdx | 49 | ||||
| -rw-r--r-- | src/content/news/sco/2025-12-02-sangschaw-2026.mdx | 50 | ||||
| -rw-r--r-- | src/i18n/translations/pages/home.ts | 4 | ||||
| -rw-r--r-- | src/pages/[locale]/index.astro | 5 |
4 files changed, 106 insertions, 2 deletions
diff --git a/src/content/news/en-GB/2025-12-02-sangschaw-2026.mdx b/src/content/news/en-GB/2025-12-02-sangschaw-2026.mdx new file mode 100644 index 0000000..2dc99d9 --- /dev/null +++ b/src/content/news/en-GB/2025-12-02-sangschaw-2026.mdx @@ -0,0 +1,49 @@ +--- +title: Sangschaw 2026 +summary: >- + The Sangschaw 2026 is open for entries. +--- + +Our annual writing competition, the _Sangschaw_, is open for submissions until the 31st of January! +As ever, we will provide feedback for every entry regardless of whether or not you win an award. +It’s unusual for competitions like us to provide feedback on entries, but we think it’s important to +help writers develop. We have three prizes: + +- The **Robert McLellan Prize for Scots Prose**: up to 3000 words of original Scots prose. +- The **John MacPhail Law Prize for Translation**: up to 3000 words or 80 lines of original + translation into Scots from another language. Provide along with a copy of the original text. +- The **Hugh MacDiarmaid Tassie for Poetry**: up to 80 lines of original Scots poetry. + +Writers new and old are all welcome, so don’t hold back! We look forward to having your entries! + +You can enter for £5 for one category, £10 for two or £12 for all three, whether that’s all in the +same category or spread across the three. You can submit either by email or by post. + +### Submitting by email + +If you would like to submit by email, first pay by bank transfer to the following account. Remember, +it’s £5 for one submission or £12 for three. + +<dl> + <dt>Account name</dt> + <dd>Scots Language Society</dd> + <dt>Account number</dt> + <dd>00153458</dd> + <dt>Sort code</dt> + <dd>83 47 00</dd> +</dl> + +Then, send your entries to [lallans@hotmail.co.uk](mailto:lallans@hotmail.co.uk) along with proof of +payment. For example, you could send a picture of your bank statement, or a copy of the transaction +reference. + +### Submitting by post + +If you would rather submit by post, send your entries with cash or cheque, as well as your name and +address on a separate sheet of paper, to the following address: + +<address> + Sangschaw <br /> c/o 6 Dryden Place <br /> Edinburgh <br /> EH9 1RP <br /> +</address> + +Remember, it’s £5 per submission or £12 for three. Address any cheque to the Scots Language Society. diff --git a/src/content/news/sco/2025-12-02-sangschaw-2026.mdx b/src/content/news/sco/2025-12-02-sangschaw-2026.mdx new file mode 100644 index 0000000..d2fd1e0 --- /dev/null +++ b/src/content/news/sco/2025-12-02-sangschaw-2026.mdx @@ -0,0 +1,50 @@ +--- +title: Sangschaw 2026 +summary: >- + The Sangschaw 2026 is apen for entries. +--- + +Our annual scrievin competeition, the _Sangschaw_, is apen for submeissions until the 31st o Januar! +As ey, we will provide feedback for ilka entry nae maiter whither ye win a tassie or no. There’s no +mony competeitions provide feedback on entries, but we think it’s important tae help writers +develop. We hae three tassies: + +- The **Robert McLellan Tassie for Scots Prose**: up til 3000 wirds o oreiginal Scots prose. +- The **John MacPhail Law Tassie for Owersettin**: up til 3000 wirds or 80 lines o oreiginal + owersettin intil Scots frae anither leid. Provide alang wi a copy o the oreiginal text. +- The **Hugh MacDiarmaid Tassie for Poesie**: up til 80 lines o oreiginal Scots poesie. + +New writers and auld haunds ar aa walcome, sae dinnae be blate! We luik forrit tae haein your +entries! + +It’s £5 for ae submeission, or £12 for three, whither in the same categorie or in different +categories. Ye can either submit by email or by post. + +### Submittin by email + +Gin ye want tae submit by email, first pey by bank transfer til the follaein account. Mind it’s £5 +per submeission or £12 for three. + +<dl> + <dt>Account nem</dt> + <dd>Scots Language Society</dd> + <dt>Account number</dt> + <dd>00153458</dd> + <dt>Sort code</dt> + <dd>83 47 00</dd> +</dl> + +Syne, send your entries til [lallans@hotmail.co.uk](mailto:lallans@hotmail.co.uk) alang wi pruif o +peyment. For ensaumple, you could send a photae o your bank statement, or a copy o the transaction +reference. + +### Submittin by post + +Gin ye want tae submit by post, send them wi cash or cheque as weill as your nem and your return +address on a separate sheet o paper til the follaein address: + +<address> + Sangschaw <br /> c/o 6 Dryden Place <br /> Edinburgh <br /> EH9 1RP <br /> +</address> + +Mind it’s £5 per submeission or £12 for three. Address ony cheque til the Scots Language Society. diff --git a/src/i18n/translations/pages/home.ts b/src/i18n/translations/pages/home.ts index c440365..ece2dc8 100644 --- a/src/i18n/translations/pages/home.ts +++ b/src/i18n/translations/pages/home.ts @@ -21,13 +21,13 @@ const tPage = { sco: () => ` Our annual scrievin competition, the Sangschaw, is open for entries until the 31st o Januar. See our - <a href="/sco/news/2024-11-12-sangschaw-2025">Sangschaw announcement</a> + <a href="/sco/news/2025-12-02-sangschaw-2026">Sangschaw announcement</a> for details. `, 'en-GB': () => ` Our annual writing competition, the Sangschaw, is open for entries until the 31st of January. See our - <a href="/en-GB/news/2024-11-12-sangschaw-2025">Sangschaw announcement</a> + <a href="/en-GB/news/2025-12-02-sangschaw-2026">Sangschaw announcement</a> for details. `, }, diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 15b4005..53fe1e2 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -29,6 +29,11 @@ if (!firstNewsItem) { --- <Page title={t(tPage, { key: 'title' })}> + <section> + <h2 set:html={t(tPage, { key: 'sangschaw' })} /> + <p set:html={t(tPage, { key: 'sangschaw-para-1' })} /> + </section> + <section id="news"> <h2 set:html={t(tPage, { key: 'news' })} /> <NewsIndex headingLevel="h3" newsItems={[firstNewsItem]} /> |
