summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue86.ts
blob: 03a0808f9eff5c6c22a7ffc819a5b49f6abe80cb (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
import img from '$images/lallans/issue86.jpg';
import type LallansIssue from '$types/LallansIssue';

const issue: LallansIssue = {
  issueNumber: 86,
  img,
  issueName: 'Simmer 215',
  price: '9.00',
  uploadDate: '2023-08-25',
  description: {
    sco: 'The echty-saxth issue o the Lallans magazine.',
    'en-GB': 'The eighty-sixth issue of the Lallans magazine.',
  },
  contributors: [
    'Tony Beekman',
    'Iain McGregor',
    'Sheena Blackhall',
    'Edoarda McKenna',
    'Peter Cameron',
    'WS Milne',
    'Thomas Clark',
    'Stephen Pacitti',
    'Tam Crichton',
    'Stuart A Paterson',
    'Gordon Donaldson',
    'George Philip',
    'William Dunbar',
    'David C Purdie',
    'KD Farrow',
    'Colin Robertson',
    'Sam Gilliland',
    'GO Robertson',
    'William Hershaw',
    'Frances Robson',
    'Tom Hubbard',
    'Hamish Scott',
    'Douglas Kynoch',
    'J Barrie Shepherd',
    'Alexander Lang',
    'Duncan Sneddon',
    'Margaret Macaulay',
    'Raymond Vettese',
    'Ann Matheson',
    'George T Watt',
    'Ann Mackinnon',
    'Ian Nimmo White',
    'J Derrick McClure',
    'Rab Wilson',
  ],
};

export default issue;