summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue101.ts
blob: 68cf6aa5a3e259af255f15de264dfbd6adf95aa3 (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
import type LallansIssue from '$types/LallansIssue';

const issue: LallansIssue = {
  issueNumber: 101,
  issueName: 'Yuil 222',
  price: '10.00',
  uploadDate: '2023-08-25',
  description: {
    'en-GB': 'The hundred-and-first issue of the Lallans magazine.',
    sco: 'The hunner-an-first issue o the Lallans magazine.',
  },
  contributors: [
    'JK Annand',
    'George T Watt',
    'Stuart McHardy',
    'Tony Beekman',
    'John Burns',
    'Lyn Valentine',
    'Gillian Shearer',
    'Anne Jones',
    'Jeanette Abendstern',
    'Jerry Randalls',
    'Elaine Morton',
    'Maureen Sangster',
    'Donald Goodbrand Saunders',
    'Hamish Scott',
    'Alan Millar',
    'David Bleiman',
    'Billy Kay',
    'Lorraine Montgomerie',
    'Derrick McClure',
    'Ross Crawford',
    'Jock Stein',
    'J Roddie',
    'WS Milne',
    'Irene Howatt',
    'Kevin Connelly',
    'Hamish Wallochie',
    'Sheena Blackhall',
  ],
};

export default issue;