summaryrefslogtreecommitdiff
path: root/frontend/src/i18n
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2023-08-04 19:04:54 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2023-08-04 19:04:54 +0100
commit62c23f65d3e838f05d0a71c00cadb29c92fb9e0f (patch)
tree7fb8e04d66fed1c82fef3b043678e1142b25cfa8 /frontend/src/i18n
parent44ee01331fd7f7f8426b3771244692e263340a15 (diff)
Translates site title
Diffstat (limited to 'frontend/src/i18n')
-rw-r--r--frontend/src/i18n/translations/site.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/i18n/translations/site.ts b/frontend/src/i18n/translations/site.ts
index 83ce224..1172846 100644
--- a/frontend/src/i18n/translations/site.ts
+++ b/frontend/src/i18n/translations/site.ts
@@ -5,6 +5,10 @@ const siteTranslations = {
'sco': 'Scots Leid Associe',
'en-GB': 'Scots Language Society',
},
+ 'description': {
+ 'sco': 'The wabsteid o the Scots Leid Associe',
+ 'en-GB': 'The website of the Scots Language Society',
+ }
};
type Keys = keyof typeof siteTranslations;