diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-18 20:23:50 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-18 20:23:50 +0100 |
| commit | 49bfa66818dd0f5c0f3f6c2bd6edf71025d7bfd9 (patch) | |
| tree | d15c4b2cd1c73eb0fb7a92a5c9cd632ed01ae2f1 | |
| parent | 8b8d1c908fe39bc1fea0c23374783803bc862c9b (diff) | |
Adds contributors
| -rw-r--r-- | src/data/lallans/issue102.ts | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/data/lallans/issue102.ts b/src/data/lallans/issue102.ts index 208d464..1ae14e5 100644 --- a/src/data/lallans/issue102.ts +++ b/src/data/lallans/issue102.ts @@ -15,6 +15,44 @@ const issue: LallansIssue = { 'en-GB': 'The hundred-and-second issue of the Lallans magazine.', sco: 'The hunner-an-saicont issue o the Lallans magazine.', }, + contributors: [ + 'Finola Scott', + 'Derrick McClure', + 'Jamie Purves', + 'Lord Braxfield', + 'Frieda Morrison', + 'Irene Howat', + 'David Bleiman', + 'Marcus Keaveney', + 'WS Milne', + 'Alistair McLeish', + 'Craig Aitchison', + 'Ian Nimmo White', + 'Maggie Elliott', + 'Jim Aitken', + 'Gordon D Moodie', + 'Walter Perrie', + 'Kevin Connelly', + 'Frances Robson', + 'Jim Roddie', + 'Fred Freeman', + 'George T Watt', + 'Hamish Scott', + 'Rose MacGregor', + 'Nicole Le Marie', + 'Jacqueline Tweddle', + 'Sheena Blackhall', + 'Elaine Morton', + 'Alasdair Allan', + 'Pete Fortune', + 'Tony Beekman', + 'Ewan MacColl', + 'Odveig Klyve', + 'Jock Stein', + 'Michael Swan', + 'Marion Angus', + 'Brendan McCluskey', + ], }; export default issue; |
