summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue99.ts
blob: c7c23392c824377fc04bfd71d0079461a0f35601 (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
60
61
62
63
64
65
66
67
68
import img from '$images/lallans/issue99.jpg';
import type LallansIssue from '$types/LallansIssue';

const issue: LallansIssue = {
  issueNumber: 99,
  img,
  issueName: 'Yuil 221',
  price: '9.00',
  uploadDate: '2023-08-25',
  description: {
    sco: 'The ninety-ninth issue o the Lallans magazine.',
    'en-GB': 'The ninety-ninth issue of the Lallans magazine.',
  },
  contributors: [
    'Donald Adamson',
    'Rose MacGregor',
    'Craig Aitchison',
    'Ann Matheson',
    'Tony Beekman',
    'J Derrick McClure',
    'Sheena Blackhall',
    'J Walter McGinty',
    'David Bleiman',
    'Alistair McLeish',
    'MMR Boyce',
    'Hugh McMillan',
    'AC Clarke',
    'WS Milne',
    'Kevin Connelly',
    'Gordon D Moodie',
    'Moira Dalgetty',
    'Amy B Moreno',
    'Ashley Douglas',
    'Stephen Pacitti',
    'Robert Maxwell Duncan',
    'Walter Perrie',
    'Iain DW Forde',
    'Hugh S Pyper',
    'Fred Freeman',
    'John Quinn',
    'Jean Gillespie',
    'Jerry Randalls',
    'John Hodgart',
    'Alun Robert',
    'Brian Holton',
    'Frances Robson',
    'Irene Howat',
    'J Roddie',
    'Tom Hubbard',
    'Lisa Ross',
    'Robert Hume',
    'Hamish Scott',
    'Mary Johnston',
    'Alan Sleater',
    'Alex Laing',
    'James P Spence',
    'Alistair Lawrie',
    'Sheila Templeton',
    'Ian R Mitchell',
    'Raymond Vettese',
    'Rosa Alba Macdonald',
    'Steven Ward',
    'George T Watt ',
    'Rab Wilson',
  ],
};

export default issue;