summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue35.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue35.ts')
-rw-r--r--src/data/lallans/issue35.ts25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/data/lallans/issue35.ts b/src/data/lallans/issue35.ts
new file mode 100644
index 0000000..1ac5823
--- /dev/null
+++ b/src/data/lallans/issue35.ts
@@ -0,0 +1,25 @@
+import type LallansIssue from '../../types/LallansIssue';
+
+const issue: LallansIssue = {
+ 'issueNumber': 35,
+ 'issueName': 'Mairtinmas 1990',
+ 'price': '2.00',
+ 'description': {
+ 'sco': 'The thirty-fift issue o the Lallans magazine.',
+ 'en-GB': 'The thirty-fifth issue of the Lallans magazine.',
+ }, 'contributors': [
+ 'Kenneth D Farrow',
+ 'George Hardie',
+ 'William Graham',
+ 'Eilidh NicBhaltair',
+ 'William J Rae',
+ 'Robert Calder',
+ 'James S Adam',
+ 'Soutar Davie',
+ 'Gordon McFarlane',
+ 'John Buchan',
+ 'James S Robertson',
+ ]
+};
+
+export default issue;