diff options
Diffstat (limited to 'src/data/lallans')
71 files changed, 776 insertions, 658 deletions
diff --git a/src/data/lallans/index.ts b/src/data/lallans/index.ts index 3a1e749..2f49e65 100644 --- a/src/data/lallans/index.ts +++ b/src/data/lallans/index.ts @@ -82,5 +82,5 @@ export const getLallansIssue: LallansIssueGetterTable = { export type LallansIssueGetterTable = { [key in LallansIssueNumber]: () => Promise<LallansIssue> }; export async function getAllLallansIssues(): Promise<LallansIssue[]> { - return Promise.all(Object.values(getLallansIssue).map(f => f())); -}
\ No newline at end of file + return Promise.all(Object.values(getLallansIssue).map((f) => f())); +} diff --git a/src/data/lallans/issue100.ts b/src/data/lallans/issue100.ts index 69ec808..5cfa15c 100644 --- a/src/data/lallans/issue100.ts +++ b/src/data/lallans/issue100.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 100, - 'issueName': 'Simmer 222', - 'price': '10.00', - 'description': { + issueNumber: 100, + issueName: 'Simmer 222', + price: '10.00', + description: { 'en-GB': 'The hundredth issue of the Lallans magazine.', - 'sco': 'The hunnreth issue o the Lallans magazine.', - }, 'contributors': [ + sco: 'The hunnreth issue o the Lallans magazine.', + }, + contributors: [ 'Jeanette Abendstern', 'Colin Mackenzie', 'Donald Adamson', diff --git a/src/data/lallans/issue101.ts b/src/data/lallans/issue101.ts index f356336..37dfbe9 100644 --- a/src/data/lallans/issue101.ts +++ b/src/data/lallans/issue101.ts @@ -1,14 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 101, - 'issueName': 'Yuil 222', - 'price': '10.00', - 'description': { + issueNumber: 101, + issueName: 'Yuil 222', + price: '10.00', + description: { 'en-GB': 'The hundred-and-first issue of the Lallans magazine.', - 'sco': 'The hunner-an-first issue o the Lallans magazine.', + sco: 'The hunner-an-first issue o the Lallans magazine.', }, - 'contributors': [ + contributors: [ 'JK Annand', 'George T Watt', 'Stuart McHardy', @@ -36,7 +36,7 @@ const issue: LallansIssue = { 'Kevin Connelly', 'Hamish Wallochie', 'Sheena Blackhall', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue21.ts b/src/data/lallans/issue21.ts index 2c64304..d35d9bc 100644 --- a/src/data/lallans/issue21.ts +++ b/src/data/lallans/issue21.ts @@ -1,24 +1,26 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 21, - 'issueName': 'Mairtinmas 1983', - 'price': '0.75', - 'description': { + issueNumber: 21, + issueName: 'Mairtinmas 1983', + price: '0.75', + description: { 'en-GB': 'The twenty-first issue of the Lallans magazine.', - 'sco': 'The twanty-first issue o the Lallans magazine.', + sco: 'The twanty-first issue o the Lallans magazine.', }, - 'contributions': [ + contributions: [ { - 'title': 'The Heid', - 'author': 'Alistair Mackie', - }, { - 'title': 'Ferkeekers an Siclike', - }, { - 'title': 'On the Lorimer NT', - 'author': 'Donald Campbell', - } - ] + title: 'The Heid', + author: 'Alistair Mackie', + }, + { + title: 'Ferkeekers an Siclike', + }, + { + title: 'On the Lorimer NT', + author: 'Donald Campbell', + }, + ], }; export default issue; diff --git a/src/data/lallans/issue22.ts b/src/data/lallans/issue22.ts index 1e2cd03..6001bd6 100644 --- a/src/data/lallans/issue22.ts +++ b/src/data/lallans/issue22.ts @@ -1,28 +1,31 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 22, - 'issueName': 'Whitsunday 1984', - 'price': '0.75', - 'description': { + issueNumber: 22, + issueName: 'Whitsunday 1984', + price: '0.75', + description: { 'en-GB': 'The twenty-second issue of the Lallans magazine.', - 'sco': 'The twanty-saicont issue o the Lallans magazine.', + sco: 'The twanty-saicont issue o the Lallans magazine.', }, - 'contributions': [ + contributions: [ { - 'title': 'Montrose Poems', - 'author': 'Raymond Vettese', - }, { - 'title': 'Maisters', - 'author': 'JK Annand', - }, { - 'title': 'A Bairn’s Tale', - 'author': 'June Walker Leonard', - }, { - 'title': 'Stories, Articles, Poems', - 'author': 'David Purves, William Montgomerie and Davie Angus', - } - ] + title: 'Montrose Poems', + author: 'Raymond Vettese', + }, + { + title: 'Maisters', + author: 'JK Annand', + }, + { + title: 'A Bairn’s Tale', + author: 'June Walker Leonard', + }, + { + title: 'Stories, Articles, Poems', + author: 'David Purves, William Montgomerie and Davie Angus', + }, + ], }; export default issue; diff --git a/src/data/lallans/issue23.ts b/src/data/lallans/issue23.ts index 54542a3..cf99ad9 100644 --- a/src/data/lallans/issue23.ts +++ b/src/data/lallans/issue23.ts @@ -1,12 +1,12 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { -'issueNumber': 23, - 'issueName': 'Mairtinmas 1984', - 'price': '0.75', - 'description': { + issueNumber: 23, + issueName: 'Mairtinmas 1984', + price: '0.75', + description: { 'en-GB': 'The twenty-third issue of the Lallans magazine.', - 'sco': 'The twanty-third issue o the Lallans magazine.', + sco: 'The twanty-third issue o the Lallans magazine.', }, }; diff --git a/src/data/lallans/issue24.ts b/src/data/lallans/issue24.ts index 51c100f..96892cd 100644 --- a/src/data/lallans/issue24.ts +++ b/src/data/lallans/issue24.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { -'issueNumber': 24, - 'issueName': 'Whitsuntid 1985', - 'price': '0.75', - 'description': { - 'sco': 'The twanty-fowerth issue o the Lallans magazine.', + issueNumber: 24, + issueName: 'Whitsuntid 1985', + price: '0.75', + description: { + sco: 'The twanty-fowerth issue o the Lallans magazine.', 'en-GB': 'The twenty-fourth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'James Begg', 'Sheena Blackhall', 'Margaret Ferguson', diff --git a/src/data/lallans/issue25.ts b/src/data/lallans/issue25.ts index 0443a14..c060a36 100644 --- a/src/data/lallans/issue25.ts +++ b/src/data/lallans/issue25.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { -'issueNumber': 25, - 'issueName': 'Mairtinmas 1985', - 'price': '0.75', - 'description': { - 'sco': 'The twanty-fift issue o the Lallans magazine.', + issueNumber: 25, + issueName: 'Mairtinmas 1985', + price: '0.75', + description: { + sco: 'The twanty-fift issue o the Lallans magazine.', 'en-GB': 'The twenty-fifth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Robert McLellan', 'JK Annand', 'Peter Fortune', @@ -22,7 +23,7 @@ const issue: LallansIssue = { 'John S Phillips', 'David Purves', 'Raymond Vettese', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue27.ts b/src/data/lallans/issue27.ts index 7f60922..484023d 100644 --- a/src/data/lallans/issue27.ts +++ b/src/data/lallans/issue27.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 27, - 'issueName': 'Mairtinmas 1986', - 'price': '0.75', - 'description': { - 'sco': 'The twanty-seiventh issue o the Lallans magazine.', + issueNumber: 27, + issueName: 'Mairtinmas 1986', + price: '0.75', + description: { + sco: 'The twanty-seiventh issue o the Lallans magazine.', 'en-GB': 'The twenty-seventh issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'James Adam', 'David Angus', 'JK Annand', @@ -24,7 +25,7 @@ const issue: LallansIssue = { 'David Purves', 'James Robertson', 'Raymond Vettese', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue29.ts b/src/data/lallans/issue29.ts index fd7a3ba..39e42ae 100644 --- a/src/data/lallans/issue29.ts +++ b/src/data/lallans/issue29.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 29, - 'issueName': 'Mairtinmas 1987', - 'price': '0.75', - 'description': { - 'sco': 'The twanty-ninth issue o the Lallans magazine.', + issueNumber: 29, + issueName: 'Mairtinmas 1987', + price: '0.75', + description: { + sco: 'The twanty-ninth issue o the Lallans magazine.', 'en-GB': 'The twenty-ninth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'ME Alexander', 'Sheena Blackhall', 'Peter Cameron', @@ -20,7 +21,7 @@ const issue: LallansIssue = { 'William Neill', 'John S Phillips', 'James F Robertson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue30.ts b/src/data/lallans/issue30.ts index aeb06a5..bab84d3 100644 --- a/src/data/lallans/issue30.ts +++ b/src/data/lallans/issue30.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 30, - 'issueName': 'Whitsuntid 1988', - 'price': '1.50', - 'description': { - 'sco': 'The thirtieth issue o the Lallans magazine.', + issueNumber: 30, + issueName: 'Whitsuntid 1988', + price: '1.50', + description: { + sco: 'The thirtieth issue o the Lallans magazine.', 'en-GB': 'The thirtieth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Peter Cameron', 'Ken Morrice', 'James Miller', @@ -21,7 +22,7 @@ const issue: LallansIssue = { 'Gordon McFarlane', 'Tarrybreeks', 'John McDonald', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue33.ts b/src/data/lallans/issue33.ts index a8bc465..dc80db2 100644 --- a/src/data/lallans/issue33.ts +++ b/src/data/lallans/issue33.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 33, - 'issueName': 'Mairtinmas 1989', - 'price': '2.00', - 'description': { - 'sco': 'The thirty-third issue o the Lallans magazine.', + issueNumber: 33, + issueName: 'Mairtinmas 1989', + price: '2.00', + description: { + sco: 'The thirty-third issue o the Lallans magazine.', 'en-GB': 'The thirty-third issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'George Philp', 'Walter Watson', 'John S Phillips', @@ -20,7 +21,7 @@ const issue: LallansIssue = { 'Gordon MacFarlane', 'David Stevely', 'EM Buchanan', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue35.ts b/src/data/lallans/issue35.ts index 1ac5823..547a70e 100644 --- a/src/data/lallans/issue35.ts +++ b/src/data/lallans/issue35.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 35, - 'issueName': 'Mairtinmas 1990', - 'price': '2.00', - 'description': { - 'sco': 'The thirty-fift issue o the Lallans magazine.', + issueNumber: 35, + issueName: 'Mairtinmas 1990', + price: '2.00', + description: { + sco: 'The thirty-fift issue o the Lallans magazine.', 'en-GB': 'The thirty-fifth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Kenneth D Farrow', 'George Hardie', 'William Graham', @@ -19,7 +20,7 @@ const issue: LallansIssue = { 'Gordon McFarlane', 'John Buchan', 'James S Robertson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue36.ts b/src/data/lallans/issue36.ts index 32b255c..67a515f 100644 --- a/src/data/lallans/issue36.ts +++ b/src/data/lallans/issue36.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 36, - 'issueName': 'Whitsuntid 1991', - 'price': '2.00', - 'description': { - 'sco': 'The thirty-saxt issue o the Lallans magazine.', + issueNumber: 36, + issueName: 'Whitsuntid 1991', + price: '2.00', + description: { + sco: 'The thirty-saxt issue o the Lallans magazine.', 'en-GB': 'The thirty-sixth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Sheena Blackhall', 'Gavin Sprott', 'Geoffrey Dutton', @@ -26,7 +27,7 @@ const issue: LallansIssue = { 'Soutar Davie', 'Colvin Stewart', 'Harvey Holton', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue38.ts b/src/data/lallans/issue38.ts index 8ae503b..699312c 100644 --- a/src/data/lallans/issue38.ts +++ b/src/data/lallans/issue38.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 38, - 'issueName': 'Whitsuntid 1992', - 'price': '2.00', - 'description': { - 'sco': 'The thirty-echtth issue o the Lallans magazine.', + issueNumber: 38, + issueName: 'Whitsuntid 1992', + price: '2.00', + description: { + sco: 'The thirty-echtth issue o the Lallans magazine.', 'en-GB': 'The thirty-eighth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'John Phillips', 'John Murray', 'Sam Gilliland', @@ -27,7 +28,7 @@ const issue: LallansIssue = { 'William J Rae', 'Florence Russell', 'Soutar Davie', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue39.ts b/src/data/lallans/issue39.ts index c0955b1..cb9a4e5 100644 --- a/src/data/lallans/issue39.ts +++ b/src/data/lallans/issue39.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 39, - 'issueName': 'Mairtinmas 1992', - 'price': '2.00', - 'description': { - 'sco': 'The thirty-ninth issue o the Lallans magazine.', + issueNumber: 39, + issueName: 'Mairtinmas 1992', + price: '2.00', + description: { + sco: 'The thirty-ninth issue o the Lallans magazine.', 'en-GB': 'The thirty-ninth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Peter Cameron', 'Margaret Macaulay', 'Colin Wilson', @@ -24,7 +25,7 @@ const issue: LallansIssue = { 'Rob Lindsay o Pitscottie', 'Gordon McFarlane', 'Seumas Scott', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue41.ts b/src/data/lallans/issue41.ts index b1365b1..46a429e 100644 --- a/src/data/lallans/issue41.ts +++ b/src/data/lallans/issue41.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 41, - 'issueName': 'Mairtinmas 1993', - 'price': '2.50', - 'description': { - 'sco': 'The forty-first issue o the Lallans magazine.', + issueNumber: 41, + issueName: 'Mairtinmas 1993', + price: '2.50', + description: { + sco: 'The forty-first issue o the Lallans magazine.', 'en-GB': 'The forty-first issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Gavin Sprott', 'Kahlil Gibran', 'Mary Strathie', @@ -30,7 +31,7 @@ const issue: LallansIssue = { 'Sir Gilbert Hay', 'WL Wilson', 'Margaret Rose Harris', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue42.ts b/src/data/lallans/issue42.ts index 19d84f3..1d87929 100644 --- a/src/data/lallans/issue42.ts +++ b/src/data/lallans/issue42.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 42, - 'issueName': 'Whitsuntid 1994', - 'price': '2.50', - 'description': { - 'sco': 'The forty-saicont issue o the Lallans magazine.', + issueNumber: 42, + issueName: 'Whitsuntid 1994', + price: '2.50', + description: { + sco: 'The forty-saicont issue o the Lallans magazine.', 'en-GB': 'The forty-second issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'John Burns', 'Margaret Rose Harris', 'Mavis Beckett', @@ -22,7 +23,7 @@ const issue: LallansIssue = { 'Aitken Fyall', 'Lionel Hawes', 'Robert Louis Stevenson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue43.ts b/src/data/lallans/issue43.ts index 55f0dca..2892661 100644 --- a/src/data/lallans/issue43.ts +++ b/src/data/lallans/issue43.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 43, - 'issueName': 'Mairtinmas 1994', - 'price': '2.50', - 'description': { - 'sco': 'The forty-fowerth issue o the Lallans magazine.', + issueNumber: 43, + issueName: 'Mairtinmas 1994', + price: '2.50', + description: { + sco: 'The forty-fowerth issue o the Lallans magazine.', 'en-GB': 'The forty-fourth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Betty Whutson', 'James Hall Thomson', 'George Hardie', @@ -26,7 +27,7 @@ const issue: LallansIssue = { 'Bill McCoubrey', 'Andrew Kerr', 'David Lindsay', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue45.ts b/src/data/lallans/issue45.ts index 0db9a80..c7123be 100644 --- a/src/data/lallans/issue45.ts +++ b/src/data/lallans/issue45.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 45, - 'issueName': 'Mairtinmas 1995', - 'price': '2.50', - 'description': { - 'sco': 'The forty-fift issue o the Lallans magazine.', + issueNumber: 45, + issueName: 'Mairtinmas 1995', + price: '2.50', + description: { + sco: 'The forty-fift issue o the Lallans magazine.', 'en-GB': 'The forty-fifth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Mavis Beckett', 'David Purves', 'Kenneth Farrow', @@ -27,7 +28,7 @@ const issue: LallansIssue = { 'William J Rae', 'James McLaren Ritchie', 'Seumas Scott', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue46.ts b/src/data/lallans/issue46.ts index cda1c00..4457fdd 100644 --- a/src/data/lallans/issue46.ts +++ b/src/data/lallans/issue46.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 46, - 'issueName': 'Whitsuntid 1996', - 'price': '3.00', - 'description': { - 'sco': 'The forty-saxt issue o the Lallans magazine.', + issueNumber: 46, + issueName: 'Whitsuntid 1996', + price: '3.00', + description: { + sco: 'The forty-saxt issue o the Lallans magazine.', 'en-GB': 'The forty-sixth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Kate Armstrong', 'Soutar Davie', 'Christine De Luca', @@ -28,7 +29,7 @@ const issue: LallansIssue = { 'David Tomassini', 'James Hall Thomson', 'Peter D Wright', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue47.ts b/src/data/lallans/issue47.ts index 189c51d..21c5d0f 100644 --- a/src/data/lallans/issue47.ts +++ b/src/data/lallans/issue47.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 47, - 'issueName': 'Mairtinmas 1996', - 'price': '3.00', - 'description': { - 'sco': 'The forty-seiventh issue o the Lallans magazine.', + issueNumber: 47, + issueName: 'Mairtinmas 1996', + price: '3.00', + description: { + sco: 'The forty-seiventh issue o the Lallans magazine.', 'en-GB': 'The forty-seventh issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Lilian Anderson', 'Mavis Beckett', 'Soutar Davie', @@ -30,7 +31,7 @@ const issue: LallansIssue = { 'Elliot Cowan Smith', 'Gavin Sprott', 'Robert Tannahill', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue48.ts b/src/data/lallans/issue48.ts index 6b601db..4688b70 100644 --- a/src/data/lallans/issue48.ts +++ b/src/data/lallans/issue48.ts @@ -1,13 +1,13 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 48, - 'issueName': 'Caunilmass 1997', - 'price': '3.00', - 'description': { - 'sco': 'The forty-echtth issue o the Lallans magazine.', + issueNumber: 48, + issueName: 'Caunilmass 1997', + price: '3.00', + description: { + sco: 'The forty-echtth issue o the Lallans magazine.', 'en-GB': 'The forty-eighth issue of the Lallans magazine.', - } + }, }; export default issue; diff --git a/src/data/lallans/issue49.ts b/src/data/lallans/issue49.ts index 4807067..95e7e31 100644 --- a/src/data/lallans/issue49.ts +++ b/src/data/lallans/issue49.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 49, - 'issueName': 'Whitsuntid 1997', - 'price': '3.00', - 'description': { - 'sco': 'The forty-ninth issue o the Lallans magazine.', + issueNumber: 49, + issueName: 'Whitsuntid 1997', + price: '3.00', + description: { + sco: 'The forty-ninth issue o the Lallans magazine.', 'en-GB': 'The forty-ninth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Abbot Richard Abercromby', 'AJ Aitken', 'Peter Cameron', diff --git a/src/data/lallans/issue50.ts b/src/data/lallans/issue50.ts index ef5fb7b..d2ea053 100644 --- a/src/data/lallans/issue50.ts +++ b/src/data/lallans/issue50.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 50, - 'issueName': 'Mairtinmas 1997', - 'price': '3.00', - 'description': { - 'sco': 'The fiftieth issue o the Lallans magazine.', + issueNumber: 50, + issueName: 'Mairtinmas 1997', + price: '3.00', + description: { + sco: 'The fiftieth issue o the Lallans magazine.', 'en-GB': 'The fiftieth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Aald Daa', 'Lilian Anderson', 'John Brewster', @@ -30,7 +31,7 @@ const issue: LallansIssue = { 'Raymond Vettese', 'Colin Will', 'Peter D Wright', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue51.ts b/src/data/lallans/issue51.ts index ce871b8..009a702 100644 --- a/src/data/lallans/issue51.ts +++ b/src/data/lallans/issue51.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 51, - 'issueName': 'Caunilmass 1998', - 'price': '3.00', - 'description': { - 'sco': 'The fifty-first issue o the Lallans magazine.', + issueNumber: 51, + issueName: 'Caunilmass 1998', + price: '3.00', + description: { + sco: 'The fifty-first issue o the Lallans magazine.', 'en-GB': 'The fifty-first issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'AJ Aitken', 'Mavis Beckett', 'John Bellenden', @@ -32,7 +33,7 @@ const issue: LallansIssue = { 'James Hall Thomson', 'Dawn Louis Turner', 'Christine De Burgh White', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue52.ts b/src/data/lallans/issue52.ts index d25bcaf..6f80f10 100644 --- a/src/data/lallans/issue52.ts +++ b/src/data/lallans/issue52.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 52, - 'issueName': 'Whitsuntid 1998', - 'price': '3.00', - 'description': { - 'sco': 'The fifty-saicont issue o the Lallans magazine.', + issueNumber: 52, + issueName: 'Whitsuntid 1998', + price: '3.00', + description: { + sco: 'The fifty-saicont issue o the Lallans magazine.', 'en-GB': 'The fifty-second issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Hugh Barclay o Ladyland', 'Peter Cameron', 'Donald Farquhar', @@ -26,7 +27,7 @@ const issue: LallansIssue = { 'David Purves', 'Raymond Vettese', 'Peter D Wright', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue53.ts b/src/data/lallans/issue53.ts index 07e162e..d0ea162 100644 --- a/src/data/lallans/issue53.ts +++ b/src/data/lallans/issue53.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 53, - 'issueName': 'Mairtinmas 1998', - 'price': '3.00', - 'description': { - 'sco': 'The fifty-third issue o the Lallans magazine.', + issueNumber: 53, + issueName: 'Mairtinmas 1998', + price: '3.00', + description: { + sco: 'The fifty-third issue o the Lallans magazine.', 'en-GB': 'The fifty-third issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Ken Angus', 'Mavis Beckett', 'Prior Adam Blackadder o Coldingham', @@ -36,7 +37,7 @@ const issue: LallansIssue = { 'Anne Smith', 'James Hall Thomson', 'Raymond Vettese', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue54.ts b/src/data/lallans/issue54.ts index d98e574..349d688 100644 --- a/src/data/lallans/issue54.ts +++ b/src/data/lallans/issue54.ts @@ -1,93 +1,119 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 54, - 'issueName': '1999', - 'price': '4.00', - 'description': { - 'sco': 'The fifty-fowerth issue o the Lallans magazine.', + issueNumber: 54, + issueName: '1999', + price: '4.00', + description: { + sco: 'The fifty-fowerth issue o the Lallans magazine.', 'en-GB': 'The fifty-fourth issue of the Lallans magazine.', - }, 'contributions': [ - { - 'title': 'Verse for a New Watch', - 'author': 'TS Law', - }, { - 'title': 'Hinniewaff', - 'author': 'David C. Purdie', - }, { - 'title': 'Regrets', - 'author': 'George Hardie', - }, { - 'title': 'Howff', - 'author': 'Muriel Ferrier', - }, { - 'title': 'Better than a slater...', - 'author': 'Iain Ferguson ', - }, { - 'title': 'Woondit', - 'author': 'James Hall Thomson', - }, { - 'title': 'Killing Time', - 'author': 'Muriel Ferrier', - }, { - 'title': 'Hungers', - 'author': 'T.S. Law', - }, { - 'title': 'Echtyseeven', - 'author': 'James Hall Thomson', - }, { - 'title': 'Ferry Acrostics', - 'author': 'William Hershaw', - }, { - 'title': 'Paintin the Mune', - 'author': 'James Robertson', - }, { - 'title': 'Ferlies furth the yird', - 'author': 'Dauvit Horsbroch', - }, { - 'title': 'Skim tae there', - 'author': 'Andy McNeil', - }, { - 'title': 'Objects', - 'author': 'Andy McNeil', - }, { - 'title': 'Comment', - 'author': '', - }, { - 'title': 'Gyte', - 'author': 'James Hall Thomson', - }, { - 'title': 'Passive Izzit?', - 'author': 'James Hall Thomson', - }, { - 'title': 'Encoonter', - 'author': 'George Hardie', - }, { - 'title': 'White Slave', - 'author': 'Matthew Fitt', - }, { - 'title': 'Sea Lifetimes', - 'author': 'Christine De Luca', - }, { - 'title': 'Love at furst sicht', - 'author': 'Iain Ferguson', - }, { - 'title': 'A Leid Cawed Love', - 'author': 'William Hershaw', - }, { - 'title': 'Da Ballad o Maggie Reid', - 'author': 'Christine De Luca', - }, { - 'title': 'Son of Santa', - 'author': 'LA Reid', - }, { - 'title': 'Eddie\'s Monologue', - 'author': 'Margaret McSeveney', - }, { - 'title': 'A Jobe in Haund', - 'author': 'TS Law', - } - ] + }, + contributions: [ + { + title: 'Verse for a New Watch', + author: 'TS Law', + }, + { + title: 'Hinniewaff', + author: 'David C. Purdie', + }, + { + title: 'Regrets', + author: 'George Hardie', + }, + { + title: 'Howff', + author: 'Muriel Ferrier', + }, + { + title: 'Better than a slater...', + author: 'Iain Ferguson ', + }, + { + title: 'Woondit', + author: 'James Hall Thomson', + }, + { + title: 'Killing Time', + author: 'Muriel Ferrier', + }, + { + title: 'Hungers', + author: 'T.S. Law', + }, + { + title: 'Echtyseeven', + author: 'James Hall Thomson', + }, + { + title: 'Ferry Acrostics', + author: 'William Hershaw', + }, + { + title: 'Paintin the Mune', + author: 'James Robertson', + }, + { + title: 'Ferlies furth the yird', + author: 'Dauvit Horsbroch', + }, + { + title: 'Skim tae there', + author: 'Andy McNeil', + }, + { + title: 'Objects', + author: 'Andy McNeil', + }, + { + title: 'Comment', + author: '', + }, + { + title: 'Gyte', + author: 'James Hall Thomson', + }, + { + title: 'Passive Izzit?', + author: 'James Hall Thomson', + }, + { + title: 'Encoonter', + author: 'George Hardie', + }, + { + title: 'White Slave', + author: 'Matthew Fitt', + }, + { + title: 'Sea Lifetimes', + author: 'Christine De Luca', + }, + { + title: 'Love at furst sicht', + author: 'Iain Ferguson', + }, + { + title: 'A Leid Cawed Love', + author: 'William Hershaw', + }, + { + title: 'Da Ballad o Maggie Reid', + author: 'Christine De Luca', + }, + { + title: 'Son of Santa', + author: 'LA Reid', + }, + { + title: "Eddie's Monologue", + author: 'Margaret McSeveney', + }, + { + title: 'A Jobe in Haund', + author: 'TS Law', + }, + ], }; export default issue; diff --git a/src/data/lallans/issue55.ts b/src/data/lallans/issue55.ts index a73b7e5..808fed9 100644 --- a/src/data/lallans/issue55.ts +++ b/src/data/lallans/issue55.ts @@ -1,87 +1,111 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 55, - 'issueName': '1999', - 'price': '4.00', - 'description': { - 'sco': 'The fifty-fifth issue o the Lallans magazine.', + issueNumber: 55, + issueName: '1999', + price: '4.00', + description: { + sco: 'The fifty-fifth issue o the Lallans magazine.', 'en-GB': 'The fifty-fifth issue of the Lallans magazine.', - }, 'contributions': [ - { - 'title': 'Saumon Rin', - 'author': 'Muriel Ferrier', - }, { - 'title': 'Euphemism for an Elegy', - 'author': 'Stuart B Campbell', - }, { - 'title': 'The Yin Man Baund', - 'author': 'David C Purdie', - }, { - 'title': 'Englyn fur a Shirrow', - 'author': 'Ken Angus', - }, { - 'title': 'Balmerino Abbey', - 'author': 'Jean Massie', - }, { - 'title': 'Sanctum', - 'author': 'Ian Nimmo White', - }, { - 'title': 'heron', - 'author': 'Andy Manders', - }, { - 'title': 'Curlew! aka Whaup', - 'author': 'Jean Massie', - }, { - 'title': 'Seys (Sangs tae Eimhir I)', - 'author': 'Derrick McClure', - }, { - 'title': 'Seys (Sangs tae Eimhir III)', - 'author': 'Derrick McClure', - }, { - 'title': 'Mingies (Sangs tae Eimhir XVII)', - 'author': 'Derrick McClure', - }, { - 'title': 'Dugs an Wolfs (Sangs tae Eimhir XXIX)', - 'author': 'Derrick McClure', - }, { - 'title': 'Clever Us, Two Languages', - 'author': 'Kate Armstrong', - }, { - 'title': 'Luve Sang', - 'author': 'Elaine Morton', - }, { - 'title': 'Wan mair revolution', - 'author': 'Andy Manders', - }, { - 'title': 'Deid Sang', - 'author': 'Elaine Morton', - }, { - 'title': 'Ten Commandments', - 'author': 'Betty Tindal', - }, { - 'title': 'The Kirn', - 'author': 'Jean Massie', - }, { - 'title': 'Speiret', - 'author': 'Neil R MacCallum', - }, { - 'title': 'Poodurhaw Champ', - 'author': 'Cecilia Grainger', - }, { - 'title': 'Not Always Mans Best Friend', - 'author': 'Cecilia Grainger', - }, { - 'title': 'The Separation', - 'author': 'William Hershaw', - }, { - 'title': 'Granny', - 'author': 'Maureen Sangster', - }, { - 'title': 'Endymion', - 'author': 'Colin Donati', - } - ] + }, + contributions: [ + { + title: 'Saumon Rin', + author: 'Muriel Ferrier', + }, + { + title: 'Euphemism for an Elegy', + author: 'Stuart B Campbell', + }, + { + title: 'The Yin Man Baund', + author: 'David C Purdie', + }, + { + title: 'Englyn fur a Shirrow', + author: 'Ken Angus', + }, + { + title: 'Balmerino Abbey', + author: 'Jean Massie', + }, + { + title: 'Sanctum', + author: 'Ian Nimmo White', + }, + { + title: 'heron', + author: 'Andy Manders', + }, + { + title: 'Curlew! aka Whaup', + author: 'Jean Massie', + }, + { + title: 'Seys (Sangs tae Eimhir I)', + author: 'Derrick McClure', + }, + { + title: 'Seys (Sangs tae Eimhir III)', + author: 'Derrick McClure', + }, + { + title: 'Mingies (Sangs tae Eimhir XVII)', + author: 'Derrick McClure', + }, + { + title: 'Dugs an Wolfs (Sangs tae Eimhir XXIX)', + author: 'Derrick McClure', + }, + { + title: 'Clever Us, Two Languages', + author: 'Kate Armstrong', + }, + { + title: 'Luve Sang', + author: 'Elaine Morton', + }, + { + title: 'Wan mair revolution', + author: 'Andy Manders', + }, + { + title: 'Deid Sang', + author: 'Elaine Morton', + }, + { + title: 'Ten Commandments', + author: 'Betty Tindal', + }, + { + title: 'The Kirn', + author: 'Jean Massie', + }, + { + title: 'Speiret', + author: 'Neil R MacCallum', + }, + { + title: 'Poodurhaw Champ', + author: 'Cecilia Grainger', + }, + { + title: 'Not Always Mans Best Friend', + author: 'Cecilia Grainger', + }, + { + title: 'The Separation', + author: 'William Hershaw', + }, + { + title: 'Granny', + author: 'Maureen Sangster', + }, + { + title: 'Endymion', + author: 'Colin Donati', + }, + ], }; export default issue; diff --git a/src/data/lallans/issue56.ts b/src/data/lallans/issue56.ts index 2d4ca6c..57fec81 100644 --- a/src/data/lallans/issue56.ts +++ b/src/data/lallans/issue56.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 56, - 'issueName': 'Voar 200', - 'price': '7.50', - 'description': { - 'sco': 'The fifty-saxth issue o the Lallans magazine.', + issueNumber: 56, + issueName: 'Voar 200', + price: '7.50', + description: { + sco: 'The fifty-saxth issue o the Lallans magazine.', 'en-GB': 'The fifty-sixth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Sheena Blackhall', 'Dauvit Horsbroch', 'Robert Burns', @@ -30,7 +31,7 @@ const issue: LallansIssue = { 'Scots Spellin Comatee', 'Willie Hershaw', 'John M Tait', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue57.ts b/src/data/lallans/issue57.ts index 5c344cd..2b8ac22 100644 --- a/src/data/lallans/issue57.ts +++ b/src/data/lallans/issue57.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 57, - 'issueName': 'Hairst 200', - 'price': '7.50', - 'description': { - 'sco': 'The fifty-seiventh issue o the Lallans magazine.', + issueNumber: 57, + issueName: 'Hairst 200', + price: '7.50', + description: { + sco: 'The fifty-seiventh issue o the Lallans magazine.', 'en-GB': 'The fifty-seventh issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Sheena Blackhall', 'Pat McCrory', 'Robert Calder', @@ -49,7 +50,7 @@ const issue: LallansIssue = { 'Caroline Macafee', 'Tom Wilson', 'Neil MacCallum', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue59.ts b/src/data/lallans/issue59.ts index 89db532..7368146 100644 --- a/src/data/lallans/issue59.ts +++ b/src/data/lallans/issue59.ts @@ -1,13 +1,14 @@ 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.', + 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': [ + }, + contributors: [ 'Elizabeth Anderson', 'Gilberto Isella', 'Kate Armstrong', @@ -69,7 +70,7 @@ const issue: LallansIssue = { 'Brent Hodgson', 'Ann Wegmüller', 'Tom Hubbard', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue60.ts b/src/data/lallans/issue60.ts index a5bd269..596d592 100644 --- a/src/data/lallans/issue60.ts +++ b/src/data/lallans/issue60.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 60, - 'issueName': 'Ware 202', - 'price': '7.50', - 'description': { - 'sco': 'The saxtieth issue o the Lallans magazine.', + issueNumber: 60, + issueName: 'Ware 202', + price: '7.50', + description: { + sco: 'The saxtieth issue o the Lallans magazine.', 'en-GB': 'The sixtieth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Argyll Publishing', 'Alistair McDonald', 'Sheena Blackhall', @@ -41,7 +42,7 @@ const issue: LallansIssue = { 'Ann Matheson', 'Rab Wilson', 'J Derrick McClure', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue61.ts b/src/data/lallans/issue61.ts index e3dd372..3007fc4 100644 --- a/src/data/lallans/issue61.ts +++ b/src/data/lallans/issue61.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 61, - 'issueName': 'Hairst 202', - 'price': '7.50', - 'description': { - 'sco': 'The saxty-first issue o the Lallans magazine.', + issueNumber: 61, + issueName: 'Hairst 202', + price: '7.50', + description: { + sco: 'The saxty-first issue o the Lallans magazine.', 'en-GB': 'The sixty-first issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Sheena Blackhall', 'J Derrick McClure', 'Robert R Calder', @@ -37,7 +38,7 @@ const issue: LallansIssue = { 'John Manson', 'Raymond Vettese', 'Ann Matheson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue62.ts b/src/data/lallans/issue62.ts index 38cdd20..bac85ae 100644 --- a/src/data/lallans/issue62.ts +++ b/src/data/lallans/issue62.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 62, - 'issueName': 'Ware 203', - 'price': '7.50', - 'description': { - 'sco': 'The saxty-saicont issue o the Lallans magazine.', + issueNumber: 62, + issueName: 'Ware 203', + price: '7.50', + description: { + sco: 'The saxty-saicont issue o the Lallans magazine.', 'en-GB': 'The sixty-second issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Sheila Douglas', 'Elaine Morton', 'John Drosten', @@ -32,7 +33,7 @@ const issue: LallansIssue = { 'Rab Wilson', 'Alistair McDonald', 'Tom Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue63.ts b/src/data/lallans/issue63.ts index cb420fd..bcdf740 100644 --- a/src/data/lallans/issue63.ts +++ b/src/data/lallans/issue63.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 63, - 'issueName': 'Hairst 203', - 'price': '7.50', - 'description': { - 'sco': 'The saxty-third issue o the Lallans magazine.', + issueNumber: 63, + issueName: 'Hairst 203', + price: '7.50', + description: { + sco: 'The saxty-third issue o the Lallans magazine.', 'en-GB': 'The sixty-third issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Jamie Reid Baxter', 'Douglas Kynoch', 'Sheena Blackhall', @@ -37,7 +38,7 @@ const issue: LallansIssue = { 'Weelum-John Jappy', 'Rab Wilson', 'Mary Johnston', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue64.ts b/src/data/lallans/issue64.ts index c18bf5f..af37d71 100644 --- a/src/data/lallans/issue64.ts +++ b/src/data/lallans/issue64.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 64, - 'issueName': 'Ware 204', - 'price': '7.50', - 'description': { - 'sco': 'The saxty-fowerth issue o the Lallans magazine.', + issueNumber: 64, + issueName: 'Ware 204', + price: '7.50', + description: { + sco: 'The saxty-fowerth issue o the Lallans magazine.', 'en-GB': 'The sixty-fourth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Lillian Anderson', 'Ann Matheson', 'Robert R Calder', @@ -32,7 +33,7 @@ const issue: LallansIssue = { 'Rab Wilson', 'Caroline Macafee', 'Tom Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue65.ts b/src/data/lallans/issue65.ts index 51a152c..fada0d4 100644 --- a/src/data/lallans/issue65.ts +++ b/src/data/lallans/issue65.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 65, - 'issueName': 'Hairst 204', - 'price': '8.50', - 'description': { - 'sco': 'The saxty-fifth issue o the Lallans magazine.', + issueNumber: 65, + issueName: 'Hairst 204', + price: '8.50', + description: { + sco: 'The saxty-fifth issue o the Lallans magazine.', 'en-GB': 'The sixty-fifth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Lillian Anderson', 'Ann Matheson', 'Irene Brown', @@ -36,7 +37,7 @@ const issue: LallansIssue = { 'Les Wheeler', 'Caroline Macafee', 'Rab Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue66.ts b/src/data/lallans/issue66.ts index 50eb4f0..15dcc2d 100644 --- a/src/data/lallans/issue66.ts +++ b/src/data/lallans/issue66.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 66, - 'issueName': 'Ware 205', - 'price': '8.50', - 'description': { - 'sco': 'The saxty-saxth issue o the Lallans magazine.', + issueNumber: 66, + issueName: 'Ware 205', + price: '8.50', + description: { + sco: 'The saxty-saxth issue o the Lallans magazine.', 'en-GB': 'The sixty-sixth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Robert R Calder', 'Joe H McGibbon', 'John Corbett', @@ -33,7 +34,7 @@ const issue: LallansIssue = { 'Ann Matheson', 'Rab Wilson', 'J Derrick McClure', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue67.ts b/src/data/lallans/issue67.ts index 2e2fec1..a77bcac 100644 --- a/src/data/lallans/issue67.ts +++ b/src/data/lallans/issue67.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 67, - 'issueName': 'Hairst 205', - 'price': '8.50', - 'description': { - 'sco': 'The saxty-seiventh issue o the Lallans magazine.', + issueNumber: 67, + issueName: 'Hairst 205', + price: '8.50', + description: { + sco: 'The saxty-seiventh issue o the Lallans magazine.', 'en-GB': 'The sixty-seventh issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Lilian Andersen', 'Douglas Kynoch', 'Sheena Blackhall', @@ -44,7 +45,7 @@ const issue: LallansIssue = { 'Colin Will', 'Robert A Jamieson', 'Rab Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue68.ts b/src/data/lallans/issue68.ts index 7af6f74..bf0872e 100644 --- a/src/data/lallans/issue68.ts +++ b/src/data/lallans/issue68.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 68, - 'issueName': 'Ware 206', - 'price': '8.50', - 'description': { - 'sco': 'The saxty-echtth issue o the Lallans magazine.', + issueNumber: 68, + issueName: 'Ware 206', + price: '8.50', + description: { + sco: 'The saxty-echtth issue o the Lallans magazine.', 'en-GB': 'The sixty-eighth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Ken Angus', 'Jean Massie', 'James A Begg', @@ -37,7 +38,7 @@ const issue: LallansIssue = { 'Andra MacCallum', 'Rab Wilson', 'Donald Mackay', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue69.ts b/src/data/lallans/issue69.ts index c629baa..1da66c7 100644 --- a/src/data/lallans/issue69.ts +++ b/src/data/lallans/issue69.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 69, - 'issueName': 'Wunter 206', - 'price': '8.50', - 'description': { - 'sco': 'The saxty-ninth issue o the Lallans magazine.', + issueNumber: 69, + issueName: 'Wunter 206', + price: '8.50', + description: { + sco: 'The saxty-ninth issue o the Lallans magazine.', 'en-GB': 'The sixty-ninth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Irene Brown', 'J Derrick McClure', 'Robert R Calder', @@ -43,7 +44,7 @@ const issue: LallansIssue = { 'Alan McCabe', 'Rab Wilson', 'Mary McCabe', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue70.ts b/src/data/lallans/issue70.ts index 8bee2be..3093b35 100644 --- a/src/data/lallans/issue70.ts +++ b/src/data/lallans/issue70.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 70, - 'issueName': 'Ware 207', - 'price': '8.50', - 'description': { - 'sco': 'The seiventieth issue o the Lallans magazine.', + issueNumber: 70, + issueName: 'Ware 207', + price: '8.50', + description: { + sco: 'The seiventieth issue o the Lallans magazine.', 'en-GB': 'The seventieth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Sheena Blackhall', 'Douglas Kynoch', 'Ian Brown', @@ -34,7 +35,7 @@ const issue: LallansIssue = { 'George T Watt', 'Louise Johnstone', 'Rab Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue71.ts b/src/data/lallans/issue71.ts index f11db6c..b2ec508 100644 --- a/src/data/lallans/issue71.ts +++ b/src/data/lallans/issue71.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 71, - 'issueName': 'Wunter 208', - 'price': '8.50', - 'description': { - 'sco': 'The seiventy-first issue o the Lallans magazine.', + issueNumber: 71, + issueName: 'Wunter 208', + price: '8.50', + description: { + sco: 'The seiventy-first issue o the Lallans magazine.', 'en-GB': 'The seventy-first issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'John Bellany', 'Caroline Macafee', 'Sheena Blackhall', @@ -47,7 +48,7 @@ const issue: LallansIssue = { 'Jean Storrie Lewis', 'Rab Wilson', 'Federico Garcia Lorca', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue72.ts b/src/data/lallans/issue72.ts index 004263b..d5abcc3 100644 --- a/src/data/lallans/issue72.ts +++ b/src/data/lallans/issue72.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 72, - 'issueName': 'Simmer 208', - 'price': '8.50', - 'description': { - 'sco': 'The seiventy-saicont issue o the Lallans magazine.', + issueNumber: 72, + issueName: 'Simmer 208', + price: '8.50', + description: { + sco: 'The seiventy-saicont issue o the Lallans magazine.', 'en-GB': 'The seventy-second issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Sheena Blackhall', 'Liz Niven', 'Robert R Calder', @@ -29,7 +30,7 @@ const issue: LallansIssue = { 'Ann Matheson', 'Rab Wilson', 'J Derrick McClure', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue73.ts b/src/data/lallans/issue73.ts index 156af34..4f30ce0 100644 --- a/src/data/lallans/issue73.ts +++ b/src/data/lallans/issue73.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 73, - 'issueName': 'Wunter 209', - 'price': '8.50', - 'description': { - 'sco': 'The seiventy-third issue o the Lallans magazine.', + issueNumber: 73, + issueName: 'Wunter 209', + price: '8.50', + description: { + sco: 'The seiventy-third issue o the Lallans magazine.', 'en-GB': 'The seventy-third issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Sheena Blackhall', 'John McPartlin', 'Peter Cameron', @@ -41,7 +42,7 @@ const issue: LallansIssue = { 'Joe McGibbon', 'Rab Wilson', 'Stuart McHardy', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue74.ts b/src/data/lallans/issue74.ts index 6096052..57eaad5 100644 --- a/src/data/lallans/issue74.ts +++ b/src/data/lallans/issue74.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 74, - 'issueName': 'Simmer 209', - 'price': '8.50', - 'description': { - 'sco': 'The seiventy-fowerth issue o the Lallans magazine.', + issueNumber: 74, + issueName: 'Simmer 209', + price: '8.50', + description: { + sco: 'The seiventy-fowerth issue o the Lallans magazine.', 'en-GB': 'The seventy-fourth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'James A Begg', 'John McPartlin', 'Sheena Blackhall', @@ -43,7 +44,7 @@ const issue: LallansIssue = { 'Ann Matheson', 'Rab Wilson', 'Joe McGibbon', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue75.ts b/src/data/lallans/issue75.ts index 51e5ae2..16a1fc1 100644 --- a/src/data/lallans/issue75.ts +++ b/src/data/lallans/issue75.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 75, - 'issueName': 'Yuil 209', - 'price': '8.50', - 'description': { - 'sco': 'The seiventy-fifth issue o the Lallans magazine.', + issueNumber: 75, + issueName: 'Yuil 209', + price: '8.50', + description: { + sco: 'The seiventy-fifth issue o the Lallans magazine.', 'en-GB': 'The seventy-fifth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'JK Annand', 'WS Milne', 'Katarzyna Bazarnik', @@ -43,7 +44,7 @@ const issue: LallansIssue = { 'J Derrick McClure', 'Rab Wilson', 'John McPartlin', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue76.ts b/src/data/lallans/issue76.ts index bd4936f..973ff23 100644 --- a/src/data/lallans/issue76.ts +++ b/src/data/lallans/issue76.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 76, - 'issueName': 'Simmer 210', - 'price': '8.50', - 'description': { - 'sco': 'The seiventy-saxth issue o the Lallans magazine.', + issueNumber: 76, + issueName: 'Simmer 210', + price: '8.50', + description: { + sco: 'The seiventy-saxth issue o the Lallans magazine.', 'en-GB': 'The seventy-sixth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Robert R Calder', 'Margaret Marenich', 'Peter Cameron', @@ -44,7 +45,7 @@ const issue: LallansIssue = { 'Alastair White', 'John McPartlin', 'Rab Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue77.ts b/src/data/lallans/issue77.ts index b3d24ac..b171dc7 100644 --- a/src/data/lallans/issue77.ts +++ b/src/data/lallans/issue77.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 77, - 'issueName': 'Yuil 210', - 'price': '9.00', - 'description': { - 'sco': 'The seiventy-seiventh issue o the Lallans magazine.', + issueNumber: 77, + issueName: 'Yuil 210', + price: '9.00', + description: { + sco: 'The seiventy-seiventh issue o the Lallans magazine.', 'en-GB': 'The seventy-seventh issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Mavis Beckett', 'Ann Matheson', 'Sheena Blackhall', @@ -43,7 +44,7 @@ const issue: LallansIssue = { 'Helen Lawrenson', 'Rab Wilson', 'Ann Mackinnon', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue78.ts b/src/data/lallans/issue78.ts index aa21d1e..d00e206 100644 --- a/src/data/lallans/issue78.ts +++ b/src/data/lallans/issue78.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 78, - 'issueName': 'Simmer 211', - 'price': '9.00', - 'description': { - 'sco': 'The seiventy-echtth issue o the Lallans magazine.', + issueNumber: 78, + issueName: 'Simmer 211', + price: '9.00', + description: { + sco: 'The seiventy-echtth issue o the Lallans magazine.', 'en-GB': 'The seventy-eighth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Mavis Beckett', 'WS Milne', 'Peter Cameron', @@ -38,7 +39,7 @@ const issue: LallansIssue = { 'George T Watt', 'John McPartlin', 'Rab Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue79.ts b/src/data/lallans/issue79.ts index 8d40f79..77396b3 100644 --- a/src/data/lallans/issue79.ts +++ b/src/data/lallans/issue79.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 79, - 'issueName': 'Yuil 211', - 'price': '9.00', - 'description': { - 'sco': 'The seiventy-ninth issue o the Lallans magazine.', + issueNumber: 79, + issueName: 'Yuil 211', + price: '9.00', + description: { + sco: 'The seiventy-ninth issue o the Lallans magazine.', 'en-GB': 'The seventy-ninth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Peter Cameron', 'John McPartlin', 'Charles P Connor', @@ -38,7 +39,7 @@ const issue: LallansIssue = { 'George T Watt', 'Stuart McHardy', 'Rab Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue80.ts b/src/data/lallans/issue80.ts index c2d6f78..71fcd97 100644 --- a/src/data/lallans/issue80.ts +++ b/src/data/lallans/issue80.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 80, - 'issueName': 'Simmer 212', - 'price': '9.00', - 'description': { - 'sco': 'The echtieth issue o the Lallans magazine.', + issueNumber: 80, + issueName: 'Simmer 212', + price: '9.00', + description: { + sco: 'The echtieth issue o the Lallans magazine.', 'en-GB': 'The eightieth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Mavis Beckett', 'WS Milne', 'Sheena Blackhall', @@ -43,7 +44,7 @@ const issue: LallansIssue = { 'Stuart McHardy', 'Rab Wilson', 'John McPartlin', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue81.ts b/src/data/lallans/issue81.ts index b7ca92b..5fe0bb7 100644 --- a/src/data/lallans/issue81.ts +++ b/src/data/lallans/issue81.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 81, - 'issueName': 'Yuil 212', - 'price': '9.00', - 'description': { - 'sco': 'The echty-first issue o the Lallans magazine.', + issueNumber: 81, + issueName: 'Yuil 212', + price: '9.00', + description: { + sco: 'The echty-first issue o the Lallans magazine.', 'en-GB': 'The eighty-first issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Sheena Blackhall', 'John McPartlin', 'Peter Camaron', @@ -38,7 +39,7 @@ const issue: LallansIssue = { 'Rab Wilson', 'Stuart McHardy', 'Jon Zarecki', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue82.ts b/src/data/lallans/issue82.ts index 2e93c2d..2ca2479 100644 --- a/src/data/lallans/issue82.ts +++ b/src/data/lallans/issue82.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 82, - 'issueName': 'Simmer 213', - 'price': '9.00', - 'description': { - 'sco': 'The echty-saicont issue o the Lallans magazine.', + issueNumber: 82, + issueName: 'Simmer 213', + price: '9.00', + description: { + sco: 'The echty-saicont issue o the Lallans magazine.', 'en-GB': 'The eighty-second issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Mavis Beckett', 'Ann Matheson', 'Robert R Calder', @@ -42,7 +43,7 @@ const issue: LallansIssue = { 'George T Watt', 'Caroline Macafee', 'Rob Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue83.ts b/src/data/lallans/issue83.ts index 764cf96..0097ad2 100644 --- a/src/data/lallans/issue83.ts +++ b/src/data/lallans/issue83.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 83, - 'issueName': 'Yuil 213', - 'price': '9.00', - 'description': { - 'sco': 'The echty-third issue o the Lallans magazine.', + issueNumber: 83, + issueName: 'Yuil 213', + price: '9.00', + description: { + sco: 'The echty-third issue o the Lallans magazine.', 'en-GB': 'The eighty-third issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Tony Beekman', 'Rowena M Love', 'Sheena Blackhall', @@ -42,7 +43,7 @@ const issue: LallansIssue = { 'Ian Nimmo White', 'Douglas Kynoch', 'Rab Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue84.ts b/src/data/lallans/issue84.ts index c973f8b..76472c2 100644 --- a/src/data/lallans/issue84.ts +++ b/src/data/lallans/issue84.ts @@ -1,13 +1,14 @@ 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.', + 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': [ + }, + contributors: [ 'Frank Adam', 'Tony Beekman', 'Peter Cameron', @@ -38,7 +39,7 @@ const issue: LallansIssue = { 'Raymond Vettese', 'George T Watt', 'Rab Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue85.ts b/src/data/lallans/issue85.ts index c7bd3ca..33f9b22 100644 --- a/src/data/lallans/issue85.ts +++ b/src/data/lallans/issue85.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 85, - 'issueName': 'Yuil 214', - 'price': '9.00', - 'description': { - 'sco': 'The echty-fifth issue o the Lallans magazine.', + issueNumber: 85, + issueName: 'Yuil 214', + price: '9.00', + description: { + sco: 'The echty-fifth issue o the Lallans magazine.', 'en-GB': 'The eighty-fifth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Mavis Beckett', 'J Derrick McClure', 'Tony Beekman', @@ -43,7 +44,7 @@ const issue: LallansIssue = { 'Ann Matheson', 'Rab Wilson', 'Des McCabe', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue86.ts b/src/data/lallans/issue86.ts index 048dfc5..9f3a85d 100644 --- a/src/data/lallans/issue86.ts +++ b/src/data/lallans/issue86.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 86, - 'issueName': 'Simmer 215', - 'price': '9.00', - 'description': { - 'sco': 'The echty-saxth issue o the Lallans magazine.', + issueNumber: 86, + issueName: 'Simmer 215', + price: '9.00', + description: { + sco: 'The echty-saxth issue o the Lallans magazine.', 'en-GB': 'The eighty-sixth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Tony Beekman', 'Iain McGregor', 'Sheena Blackhall', @@ -42,7 +43,7 @@ const issue: LallansIssue = { 'Ian Nimmo White', 'J Derrick McClure', 'Rab Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue87.ts b/src/data/lallans/issue87.ts index 934c3b0..668bda9 100644 --- a/src/data/lallans/issue87.ts +++ b/src/data/lallans/issue87.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 87, - 'issueName': 'Yuil 215', - 'price': '9.00', - 'description': { - 'sco': 'The echty-seiventh issue o the Lallans magazine.', + issueNumber: 87, + issueName: 'Yuil 215', + price: '9.00', + description: { + sco: 'The echty-seiventh issue o the Lallans magazine.', 'en-GB': 'The eighty-seventh issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Mavis Beckett', 'J Derrick McClure', 'Tony Beekman', @@ -43,7 +44,7 @@ const issue: LallansIssue = { 'Ann Matheson', 'Rab Wilson', 'Des McCabe', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue88.ts b/src/data/lallans/issue88.ts index 5135de9..de24ecb 100644 --- a/src/data/lallans/issue88.ts +++ b/src/data/lallans/issue88.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 88, - 'issueName': 'Simmer 216', - 'price': '9.00', - 'description': { - 'sco': 'The echty-echtth issue o the Lallans magazine.', + issueNumber: 88, + issueName: 'Simmer 216', + price: '9.00', + description: { + sco: 'The echty-echtth issue o the Lallans magazine.', 'en-GB': 'The eighty-eighth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Ade Adesina', 'Colin Moore', 'Donald Adamson', @@ -46,7 +47,7 @@ const issue: LallansIssue = { 'David Wilson', 'WS Milne', 'Tony Beekman', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue89.ts b/src/data/lallans/issue89.ts index 561b46f..7b39431 100644 --- a/src/data/lallans/issue89.ts +++ b/src/data/lallans/issue89.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 89, - 'issueName': 'Yuil 216', - 'price': '9.00', - 'description': { - 'sco': 'The echty-ninth issue o the Lallans magazine.', + issueNumber: 89, + issueName: 'Yuil 216', + price: '9.00', + description: { + sco: 'The echty-ninth issue o the Lallans magazine.', 'en-GB': 'The eighty-ninth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Donald Adamson', 'Ann Matheson', 'Fran Baillie', @@ -52,7 +53,7 @@ const issue: LallansIssue = { 'Ian Nimmo White', 'Catherine MacDonald', 'Rab Wilson', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue90.ts b/src/data/lallans/issue90.ts index e20794e..88ffb38 100644 --- a/src/data/lallans/issue90.ts +++ b/src/data/lallans/issue90.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 90, - 'issueName': 'Simmer 217', - 'price': '9.00', - 'description': { - 'sco': 'The ninetieth issue o the Lallans magazine.', + issueNumber: 90, + issueName: 'Simmer 217', + price: '9.00', + description: { + sco: 'The ninetieth issue o the Lallans magazine.', 'en-GB': 'The ninetieth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Donald Adamson', 'Ann Matheson', 'Fran Baillie', @@ -40,7 +41,7 @@ const issue: LallansIssue = { 'Bill Watt', 'Douglas Kynoch', 'George T Watt', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue91.ts b/src/data/lallans/issue91.ts index 1c082dd..7514d34 100644 --- a/src/data/lallans/issue91.ts +++ b/src/data/lallans/issue91.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 91, - 'issueName': 'Yuil 217', - 'price': '9.00', - 'description': { - 'sco': 'The ninety-first issue o the Lallans magazine.', + issueNumber: 91, + issueName: 'Yuil 217', + price: '9.00', + description: { + sco: 'The ninety-first issue o the Lallans magazine.', 'en-GB': 'The ninety-first issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Donald Adamson', 'Ann Matheson', 'Fran Baillie', @@ -46,7 +47,7 @@ const issue: LallansIssue = { 'Rab Wilson', 'Bria Mason', 'Tony Beekman', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue92.ts b/src/data/lallans/issue92.ts index e26d060..b1fa8a4 100644 --- a/src/data/lallans/issue92.ts +++ b/src/data/lallans/issue92.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 92, - 'issueName': 'Simmer 218', - 'price': '9.00', - 'description': { - 'sco': 'The ninety-saicont issue o the Lallans magazine.', + issueNumber: 92, + issueName: 'Simmer 218', + price: '9.00', + description: { + sco: 'The ninety-saicont issue o the Lallans magazine.', 'en-GB': 'The ninety-second issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Donald Adamson', 'David Malcolm', 'Tony Beekman', @@ -51,7 +52,7 @@ const issue: LallansIssue = { 'Catherine MacDonald', 'Rab Wilson', 'Ann MacKinnon', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue93.ts b/src/data/lallans/issue93.ts index 91c3190..145f6f9 100644 --- a/src/data/lallans/issue93.ts +++ b/src/data/lallans/issue93.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 93, - 'issueName': 'Yuil 218', - 'price': '9.00', - 'description': { - 'sco': 'The ninety-third issue o the Lallans magazine.', + issueNumber: 93, + issueName: 'Yuil 218', + price: '9.00', + description: { + sco: 'The ninety-third issue o the Lallans magazine.', 'en-GB': 'The ninety-third issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Michael Stephenson', 'Donald Adamson', 'David Malcolm', @@ -53,7 +54,7 @@ const issue: LallansIssue = { 'Hazel Campbell', 'Hilke Macintyre', 'Kenneth Farrow', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue96.ts b/src/data/lallans/issue96.ts index 130cd2c..81821cd 100644 --- a/src/data/lallans/issue96.ts +++ b/src/data/lallans/issue96.ts @@ -1,13 +1,14 @@ 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.', + 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': [ + }, + contributors: [ 'Donald Adamson', 'Pauline MacKay', 'Tessa Asquith-Lamb', @@ -61,7 +62,7 @@ const issue: LallansIssue = { 'Jodi Le Bigre', 'Rab Wilson', 'Ian MacIntyre', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue97.ts b/src/data/lallans/issue97.ts index 0d2ebfe..a9f4084 100644 --- a/src/data/lallans/issue97.ts +++ b/src/data/lallans/issue97.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 97, - 'issueName': 'Yuil 220', - 'price': '9.00', - 'description': { - 'sco': 'The ninety-seiventh issue o the Lallans magazine.', + issueNumber: 97, + issueName: 'Yuil 220', + price: '9.00', + description: { + sco: 'The ninety-seiventh issue o the Lallans magazine.', 'en-GB': 'The ninety-seventh issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Donald Adamson', 'Tony Beekman', 'Stuart McHardy', @@ -46,7 +47,7 @@ const issue: LallansIssue = { 'J Derrick McClure', 'Greta Yorke', 'J Walter McGinty', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue98.ts b/src/data/lallans/issue98.ts index e403ee0..3bc4b0f 100644 --- a/src/data/lallans/issue98.ts +++ b/src/data/lallans/issue98.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 98, - 'issueName': 'Simmer 221', - 'price': '9.00', - 'description': { - 'sco': 'The ninety-echtth issue o the Lallans magazine.', + issueNumber: 98, + issueName: 'Simmer 221', + price: '9.00', + description: { + sco: 'The ninety-echtth issue o the Lallans magazine.', 'en-GB': 'The ninety-eighth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'John Aberdein', 'Walter J McGinty', 'Donald Adamson', @@ -66,7 +67,7 @@ const issue: LallansIssue = { 'Alun Robert Woods ', 'Barbara Mathie (aka Rosa Alba Macdonald)', 'J Derrick McClure', - ] + ], }; export default issue; diff --git a/src/data/lallans/issue99.ts b/src/data/lallans/issue99.ts index 64b2971..ce730bd 100644 --- a/src/data/lallans/issue99.ts +++ b/src/data/lallans/issue99.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 99, - 'issueName': 'Yuil 221', - 'price': '9.00', - 'description': { - 'sco': 'The ninety-ninth issue o the Lallans magazine.', + issueNumber: 99, + issueName: 'Yuil 221', + price: '9.00', + description: { + sco: 'The ninety-ninth issue o the Lallans magazine.', 'en-GB': 'The ninety-ninth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Donald Adamson', 'Rose MacGregor', 'Craig Aitchison', @@ -58,7 +59,7 @@ const issue: LallansIssue = { 'Steven Ward', 'George T Watt ', 'Rab Wilson', - ] + ], }; export default issue; |
