diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-07 19:41:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-07 19:41:11 +0100 |
| commit | e08094210c15ee0114ae4f11142aa5f89d81c7aa (patch) | |
| tree | bfa129cae6a2b981d5b6dc5c3cc16cfb2bc5c95a /src/data/lallans/issue59.ts | |
| parent | 925f6de56ef43013583a48dbc49a350ee84cdb3e (diff) | |
| parent | 2fcbccfbd49c6eaf433272749e32589a6f490200 (diff) | |
Merge branch 'master' into master
Diffstat (limited to 'src/data/lallans/issue59.ts')
| -rw-r--r-- | src/data/lallans/issue59.ts | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/src/data/lallans/issue59.ts b/src/data/lallans/issue59.ts new file mode 100644 index 0000000..89db532 --- /dev/null +++ b/src/data/lallans/issue59.ts @@ -0,0 +1,75 @@ +import type LallansIssue from '../../types/LallansIssue'; + +const issue: LallansIssue = { + 'issueNumber': 59, + 'issueName': 'Hairst 201', + 'price': '7.50', + 'description': { + 'sco': 'The fifty-ninth issue o the Lallans magazine.', + 'en-GB': 'The fifty-ninth issue of the Lallans magazine.', + }, 'contributors': [ + 'Elizabeth Anderson', + 'Gilberto Isella', + 'Kate Armstrong', + 'Philippe Jaccottet', + 'Mavis Duncan Beckett', + 'David Kinloch', + 'Sheena Blackhall', + 'Heinrich Leuthold', + 'Werner Bucher', + 'John Manson', + 'Erika Burkart', + 'Lucien Martin', + 'Ron Butlin', + 'Ann Matheson', + 'Robert R Calder', + 'Francoise Matthey', + 'Peter Cameron', + 'J Derrick McClure', + 'Stuart B Campbell', + 'Erwin Messmer', + 'Alice de Chambrier', + 'CF Meyer', + 'Maurice Chappaz', + 'Hans Morf', + 'Regi Claire', + 'Alberto Morrocco', + 'Rudolf Deertz', + 'Elaine Morton', + 'Julian Dillier', + 'Josef Felix Müller', + 'Marace Dareau', + 'William Neill', + 'Dominique Delmaire', + 'Lil Neilson', + 'Sheila Douglas', + 'Liz Niven', + 'Louis Duchosal', + 'Heidelinde Prüger', + 'Andy Eagle', + 'David C Purdie', + 'Kenneth Farrow', + 'David Purves', + 'Sandy Fleemin', + 'James Robertson', + 'Lillias Scott Forbes', + 'Sine Robertson', + 'Iain WD Forde', + 'Willie Rodger', + 'Phyllis J Goodall', + 'Sabine Schmid', + 'George Hardie', + 'Gerhard S Schürch', + 'Jean Harrison', + 'Rosaria Ungaro', + 'Christian Henry', + 'Raymond Vettese', + 'Willie Hershaw', + 'John Waddell', + 'Brent Hodgson', + 'Ann Wegmüller', + 'Tom Hubbard', + ] +}; + +export default issue; |
