summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue89.ts
blob: 8624787dec7d96d75721e7a3b592668c812587a2 (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
50
51
52
53
54
55
56
57
58
59
import type LallansIssue from '$types/LallansIssue';

const issue: LallansIssue = {
  issueNumber: 89,
  issueName: 'Yuil 216',
  price: '9.00',
  description: {
    sco: 'The echty-ninth issue o the Lallans magazine.',
    'en-GB': 'The eighty-ninth issue of the Lallans magazine.',
  },
  contributors: [
    'Donald Adamson',
    'Ann Matheson',
    'Fran Baillie',
    'J Derrick McClure',
    'Tony Beekman',
    'J Walter McGinty',
    'Sheena Blackhall',
    'Iain McGregor',
    'Rachel Brough',
    'Stuart McHardy',
    'Edith Buchanan',
    'Roddie McKenzie',
    'Robert R Calder',
    'WS Milne',
    'Kevin Connelly',
    'Gordon D Moodie',
    'Tam Crichton',
    'Stephen Pacitti',
    'Gordon Donaldson',
    'David C Purdie',
    'Kenneth Farrow',
    'Jamie Purves',
    'Iain WD Forde',
    'Colin Robertson',
    'Sam Gilliland',
    'Frances Robson',
    'Alistair Heather',
    'Hamish Scott',
    'William Hershaw',
    'J Barrie Shepherd',
    'Irene Howat',
    'Duncan Sneddon',
    'Gordon Jarvie',
    'Ken Sutherland',
    'Mary Johnston',
    'Raymond Vettese',
    'Billy Kay',
    'Bill Watt',
    'Douglas Kynoch',
    'George T Watt',
    'Alexander Lang',
    'Ian Nimmo White',
    'Catherine MacDonald',
    'Rab Wilson',
  ],
};

export default issue;