diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-04 21:12:12 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-04 21:12:12 +0100 |
| commit | d494739e4823424bb54d81e21b57e4725544eb07 (patch) | |
| tree | c48674bd43ca613dc2b6b33d122e4418b05d93ba /frontend/src/data/lallans/issue96.ts | |
| parent | ab2f15dcc05350567b08460679c87d7e01af87a6 (diff) | |
WIP tidy up later
Diffstat (limited to 'frontend/src/data/lallans/issue96.ts')
| -rw-r--r-- | frontend/src/data/lallans/issue96.ts | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/frontend/src/data/lallans/issue96.ts b/frontend/src/data/lallans/issue96.ts new file mode 100644 index 0000000..130cd2c --- /dev/null +++ b/frontend/src/data/lallans/issue96.ts @@ -0,0 +1,67 @@ +import type LallansIssue from '../../types/LallansIssue'; + +const issue: LallansIssue = { + 'issueNumber': 96, + 'issueName': 'Simmer 220', + 'price': '9.00', + 'description': { + 'sco': 'The ninety-saxth issue o the Lallans magazine.', + 'en-GB': 'The ninety-sixth issue of the Lallans magazine.', + }, 'contributors': [ + 'Donald Adamson', + 'Pauline MacKay', + 'Tessa Asquith-Lamb', + 'Ann MacKinnon', + 'Tony Beekman', + 'David Malcolm', + 'Sheena Blackhall', + 'Rosie Mapplebeck', + 'David Bleiman', + 'Derrick McClure', + 'Paul Bloomer', + 'Walter McGinty', + 'Josephine Brogan', + 'Sharon Milligan', + 'Fiona-Jane Brown', + 'WS Milne', + 'John Burns', + 'Gordon D Moodie', + 'AC Clarke', + 'Elaine Morton (Editor)', + 'Ritchie Collins', + 'Michael Murray', + 'Kevin Connelly', + 'Stephen Pacitti', + 'Tom Crichton', + 'Alun Robert', + 'Colin Crombie', + 'Colin Robertson', + 'Moira Dalgetty', + 'Frances Robson', + 'Gordon Donaldson', + 'Maureen Sangster', + 'Robert Maxwell Duncan', + 'Hamish Scott', + 'John Erskine', + 'Barrie Shepherd', + 'Ian Ferguson', + 'Anne Shivas', + 'Michael Hamish Glen', + 'Cameron Smart', + 'Tracy Anne Harvey', + 'Jock Stein', + 'William Hershaw', + 'Sheila Templeton', + 'Irene Howat', + 'Raymond Vettese', + 'Owain Kirkby', + 'Hamish Wallochie', + 'Dorothy Lawrenson', + 'George Watt', + 'Jodi Le Bigre', + 'Rab Wilson', + 'Ian MacIntyre', + ] +}; + +export default issue; |
