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

const issue: LallansIssue = {
  issueNumber: 77,
  img,
  issueName: 'Yuil 210',
  price: '9.00',
  uploadDate: '2023-08-25',
  description: {
    sco: 'The seiventy-seiventh issue o the Lallans magazine.',
    'en-GB': 'The seventy-seventh issue of the Lallans magazine.',
  },
  contributors: [
    'Mavis Beckett',
    'Ann Matheson',
    'Sheena Blackhall',
    'Iain McGregor',
    'Robert R Calder',
    'John McPartlin',
    'Peter Cameron',
    'WS Milne',
    'Hilary Christie',
    'Stephen Pacitti',
    'Charles P Connor',
    'David C Purdie',
    'Gavin Fairbairn',
    'Christine Robinson',
    'Kenneth D Farrow',
    'Frances Robson',
    'Kenneth Fraser',
    'Maureen Sangster',
    'Sam Gilliland',
    'Hamish Scott',
    'George Hardie',
    'James Sinclair',
    'William Hershaw',
    'Duncan Sneddon',
    'Brent Hodgson',
    'Pauline Cairns Speitel',
    'Dauvit Horsbroch',
    'Raymond Vettese',
    'Gordon Jarvie',
    'George T Watt',
    'Douglas Kynoch',
    'Ian Nimmo White',
    'Helen Lawrenson',
    'Rab Wilson',
    'Ann Mackinnon',
  ],
};

export default issue;