summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue83.ts
blob: a88e85f25f19b4648d240ea2fffa5ae3b3a88c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
import type LallansIssue from '$types/LallansIssue';

const issue: LallansIssue = {
  issueNumber: 83,
  issueName: 'Yuil 213',
  price: '9.00',
  description: {
    sco: 'The echty-third issue o the Lallans magazine.',
    'en-GB': 'The eighty-third issue of the Lallans magazine.',
  },
  contributors: [
    'Tony Beekman',
    'Rowena M Love',
    'Sheena Blackhall',
    'Ann Matheson',
    'Rita Bradd',
    'J Derrick McClure',
    'Ian Budge',
    'Stuart McHardy',
    'Peter Cameron',
    'Iain McGregor',
    'Thomas Clark',
    'Stephen Pacitti',
    'Penny Cole',
    'David C Purdie',
    'Tom Crichton',
    'Colin Robertson',
    'John Docherty',
    'Frances Robson',
    'Kenneth D Farrow',
    'Hamish Scott',
    'Iain WD Forde',
    'J Barrie Shepherd',
    'Sam Gilliland',
    'Duncan Sneddon',
    'George Hardie',
    'Samuel Thomson',
    'Wullie Hershaw',
    'Raymond Vettese',
    'Tom Hubbard',
    'George T Watt',
    'Mary Johnston',
    'Ian Nimmo White',
    'Douglas Kynoch',
    'Rab Wilson',
  ],
};

export default issue;