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/issue84.ts | |
| parent | ab2f15dcc05350567b08460679c87d7e01af87a6 (diff) | |
WIP tidy up later
Diffstat (limited to 'frontend/src/data/lallans/issue84.ts')
| -rw-r--r-- | frontend/src/data/lallans/issue84.ts | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/frontend/src/data/lallans/issue84.ts b/frontend/src/data/lallans/issue84.ts new file mode 100644 index 0000000..c973f8b --- /dev/null +++ b/frontend/src/data/lallans/issue84.ts @@ -0,0 +1,44 @@ +import type LallansIssue from '../../types/LallansIssue'; + +const issue: LallansIssue = { + 'issueNumber': 84, + 'issueName': 'Simmer 214', + 'price': '9.00', + 'description': { + 'sco': 'The echty-fowerth issue o the Lallans magazine.', + 'en-GB': 'The eighty-fourth issue of the Lallans magazine.', + }, 'contributors': [ + 'Frank Adam', + 'Tony Beekman', + 'Peter Cameron', + 'Thomas Clark', + 'Penny Cole', + 'Charles P Connor', + 'Tam Crichton', + 'John Docherty', + 'Gordon Donaldson', + 'Kenneth D Farrow', + 'Sam Gilliland', + 'George Hardie', + 'Mary Johnston', + 'Douglas Kynoch', + 'Sarah Leech', + 'Margaret Marenich', + 'Ann Matheson', + 'J Derrick McClure', + 'Iain McGregor', + 'John McPartlin', + 'Stephen Pacitti', + 'David C Purdie', + 'Colin Robertson', + 'Frances Robson', + 'Hamish Scott', + 'Duncan Sneddon', + 'Pauline Cairns Speitel', + 'Raymond Vettese', + 'George T Watt', + 'Rab Wilson', + ] +}; + +export default issue; |
