summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue101.ts
blob: d4a093ef5f880a7bfd5724405ccebed9b766a002 (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 img192w from '$images/lallans/issue101-192w.jpg';
import img274w from '$images/lallans/issue101-274w.jpg';
import type LallansIssue from '$types/LallansIssue';

const issue: LallansIssue = {
  issueNumber: 101,
  img: {
    width192: img192w,
    width274: img274w,
  },
  issueName: 'Yuil 2022',
  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;