diff options
| author | Joe Carstairs <me@joeac.net> | 2025-03-19 06:40:51 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-03-19 06:40:51 +0000 |
| commit | c0313372e0d8dfd1b5e934ca981fa08138074a42 (patch) | |
| tree | 285616d51a857a518aa8d483a24b341f108cb26b /src/data | |
| parent | 2431da0dac8f7f4e24065315efcac3ef1543bd20 (diff) | |
derrick
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/committee.ts | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/src/data/committee.ts b/src/data/committee.ts index 60a0386..f384d4f 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -38,7 +38,7 @@ const committee: CommitteeMember[] = [ 'en-GB': ` Rab Wilson is a poet who scrieves predominantly in the Scots language. He was born and remains in New Cumnock, East Ayrshire. He is also a - playwright, newpapaer columnist and commentator on the Scots language. + playwright, newspaper columnist and commentator on the Scots language. `, }, img: { @@ -180,7 +180,23 @@ const committee: CommitteeMember[] = [ }, { name: 'Derrick McClure', - roles: [], + roles: [CommitteeRole.HonoraryPreses], + bio: { + sco: ` + Derrick is a retired academic wi a record o scholarly publication i the + Scots leid field. He served as Preses o the SLS for several year, and + as Chairman o the Forum for Research in the Languages of Scotland and + Ulster. Muckle o his recent wark has consisted o literar owersettins + intil Scots, and several o them hae been pit furth in Lallans. + `, + 'en-GB': ` + Derrick is a retired academic with a record of scholarly publication in + the Scots language field. He served as Preses of the SLS for several + years, and as Chairman of the Forum for Research in the Languages of + Scotland and Ulster. Much of his recent work has consisted of literary + translations into Scots, several of which have been published in Lallans. + `, + }, }, { name: 'Elaine Morton', |
