summaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
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;