summaryrefslogtreecommitdiff
path: root/src/i18n/translations/pages/lallansGallery.ts
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-09-20 21:10:17 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-09-20 21:10:17 +0100
commitea86a790ee23433509b292c46fd517407153c59c (patch)
tree29a54fcea30b657300ece1079df96d6fb35f599e /src/i18n/translations/pages/lallansGallery.ts
parentc24f646daf9a503531baea046a962f2fd0478a8e (diff)
Adds description to Lallans gallery page
Diffstat (limited to 'src/i18n/translations/pages/lallansGallery.ts')
-rw-r--r--src/i18n/translations/pages/lallansGallery.ts25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/i18n/translations/pages/lallansGallery.ts b/src/i18n/translations/pages/lallansGallery.ts
new file mode 100644
index 0000000..9a8261b
--- /dev/null
+++ b/src/i18n/translations/pages/lallansGallery.ts
@@ -0,0 +1,25 @@
+import type { TranslationsDictionary } from '$types/TranslationsDictionary';
+
+const tPage = {
+ title: {
+ sco: () => 'Lallans',
+ 'en-GB': () => 'Lallans',
+ },
+ 'about-lallans': {
+ sco: () => `
+ Lallans is the foremaist leiterar journal dedicatit til new Scots-leid leiteratur.
+ We hae furthset it isyne 1972 an pit two issues furth per year. We accep Scots
+ frae aw airts an in aw styles an dialects. Ye can finnd oot hoo tae submit til
+ Lallans on the hame page.
+ `,
+ 'en-GB': () => `
+ Lallans is the leading literary journal dedicated to new Scots-language
+ literature. We have published it since 1972 and publish biannually. We accept
+ Scots of all kinds and in all styles and dialects. You can find out how to
+ submit to Lallans on the home page.
+ `,
+ },
+};
+
+type Raw = typeof tPage;
+export default tPage as TranslationsDictionary<Raw>;