diff options
Diffstat (limited to 'src/data')
| -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; |
