summaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2025-04-13 08:35:31 +0100
committerGitHub <noreply@github.com>2025-04-13 08:35:31 +0100
commit0dd5226bb52773f0f034f31f68f2439ae2f18fe3 (patch)
tree00dd82d1ae955d8a3ee90707681aafe48607e85a /src/i18n
parent4a9ad67f284f6b5e96f5708a1fe9a2ff7417c766 (diff)
parent3d5bdc40809c5290342d7f269cfe845a6f2b3b4b (diff)
Merge pull request #122 from joeacarstairs/staging
discontinue furthsettins
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/translations/pages/furthsettins.ts16
-rw-r--r--src/i18n/translations/pages/home.ts11
2 files changed, 17 insertions, 10 deletions
diff --git a/src/i18n/translations/pages/furthsettins.ts b/src/i18n/translations/pages/furthsettins.ts
index a686529..c745fc7 100644
--- a/src/i18n/translations/pages/furthsettins.ts
+++ b/src/i18n/translations/pages/furthsettins.ts
@@ -2,8 +2,20 @@ import type { TranslationsDictionary } from '$types/TranslationsDictionary';
const tPage = {
title: {
- sco: () => 'Furthsettins',
- 'en-GB': () => 'Publications',
+ sco: () => 'Furthsettins: discontinued',
+ 'en-GB': () => 'Publications: discontinued',
+ },
+ para: {
+ sco: () => `
+ We uisst tae sell back issues o Lallans and Scotsoun CDs frae this page,
+ but this isnae feasible ony mair. We're leukin at the options for a new
+ wey o distributin thir furthsettins.
+ `,
+ 'en-GB': () => `
+ We used to sell back issues of Lallans and Scotsoun CDs from this page,
+ but this isn't feasible any more. We're looking at the options for a new
+ way of distributing these publications.
+ `,
},
};
diff --git a/src/i18n/translations/pages/home.ts b/src/i18n/translations/pages/home.ts
index 1c4eda4..bb2f86d 100644
--- a/src/i18n/translations/pages/home.ts
+++ b/src/i18n/translations/pages/home.ts
@@ -77,20 +77,15 @@ const tPage = {
sco: () => `
We ar ane o the foremaist furthsetters o new Scots leitratur.
Oor maist important furthsettins ar
- <a href="/sco/furthsettins/lallans">Lallans</a> an
- <a href="/sco/furthsettins/scotsoun">Scotsoun</a>.
+ Lallans an Scotsoun.
`,
'en-GB': () => `
We are one of the leading publishers of new Scots literature.
Our most important publications are
- <a href="/en-GB/furthsettins/lallans">Lallans</a> and
- <a href="/en-GB/furthsettins/scotsoun">Scotsoun</a>.
+ Lallans and
+ Scotsoun.
`,
},
- 'aw-furthsettins': {
- sco: () => 'Aw furthsettins',
- 'en-GB': () => 'All publications',
- },
};
type Raw = typeof tPage;