Bulk-author nameLa for all 299 remaining saints, close bilingual header backlog
Deploy / deploy (push) Successful in 1m31s
Deploy / deploy (push) Successful in 1m31s
Authors a real Latin nameLa for every saint in src/data/calendar/saints/ except the deliberate example-confessor placeholder (standard ecclesiastical Latin forms, a lighter sourcing bar than this app's usual reference-engine verification -- flagged for future spot-check). Fixes a real mechanism bug found in the process: calendar/index.ts's sanctoral collision-resolution branch was dropping nameLa for any saint that won after beating another same-day candidate. Updates ~180 pre-existing test fixtures across the calendar suite for the new field. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EwsZQMjALCvy7u9tFDWmuQ
This commit is contained in:
@@ -13,6 +13,7 @@ describe('June sanctoral pull (first pass)', () => {
|
||||
kind: 'sanctoral',
|
||||
id: 'ss-peter-and-paul',
|
||||
name: 'Ss. Peter and Paul, Apostles',
|
||||
nameLa: 'Sancti Petrus et Paulus, Apostoli',
|
||||
rank: 'duplex-1-classis',
|
||||
});
|
||||
expect(getDayCollect(day).status.en).toBe('verified');
|
||||
@@ -24,6 +25,7 @@ describe('June sanctoral pull (first pass)', () => {
|
||||
kind: 'sanctoral',
|
||||
id: 'ss-marcellinus-peter-and-erasmus',
|
||||
name: 'Ss. Marcellinus, Peter, and Erasmus, Bishop, Martyrs',
|
||||
nameLa: 'Sancti Marcellinus et Petrus, et Sanctus Erasmus, Episcopus, Martyres',
|
||||
rank: 'simplex',
|
||||
});
|
||||
expect(getDayCollect(day).status.en).toBe('verified');
|
||||
@@ -46,12 +48,14 @@ describe('June sanctoral pull (first pass)', () => {
|
||||
kind: 'sanctoral',
|
||||
id: 'vigil-of-st-john-the-baptist',
|
||||
name: 'Vigil of St. John the Baptist',
|
||||
nameLa: 'Vigilia Sancti Joannis Baptistæ',
|
||||
rank: 'vigil',
|
||||
});
|
||||
expect(nativity.winner).toEqual({
|
||||
kind: 'sanctoral',
|
||||
id: 'nativity-of-st-john-the-baptist',
|
||||
name: 'The Nativity of St. John the Baptist',
|
||||
nameLa: 'Nativitas Sancti Joannis Baptistæ',
|
||||
rank: 'duplex-1-classis',
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user