summaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-09-20 21:04:39 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-09-20 21:04:39 +0100
commitc24f646daf9a503531baea046a962f2fd0478a8e (patch)
tree5f954808230ff47a555e856ecf7d026c757161a2 /src/i18n
parent7e17cd3171e46d0e422db1ef63923f2ddf4aa767 (diff)
Adds a description to Scotsoun
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/translations/pages/scotsounGallery.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/i18n/translations/pages/scotsounGallery.ts b/src/i18n/translations/pages/scotsounGallery.ts
index 0e78e9c..6ac9cfd 100644
--- a/src/i18n/translations/pages/scotsounGallery.ts
+++ b/src/i18n/translations/pages/scotsounGallery.ts
@@ -5,6 +5,16 @@ const tPage = {
sco: () => 'Scotsoun',
'en-GB': () => 'Scotsoun',
},
+ 'about-scotsoun': {
+ sco: () => `
+ Scotsoun is oor lang-rinnin series o Scots-leid audio recordins, i the form o tales,
+ drama, sangs, an poesie readins. Forby, we hae some muisic CDs.
+ `,
+ 'en-GB': () => `
+ Scotsoun is our long-running series of Scots-language audio recordings, in the form
+ of stories, drama, songs and poetry readings. We also have some music CDs.
+ `,
+ },
};
type Raw = typeof tPage;