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:
@@ -24,7 +24,7 @@ describe('Marian Saturday (applyMarianSaturday)', () => {
|
||||
const day = resolveDay('2026-06-20'); // St. Silverius, Pope and Martyr, Simplex
|
||||
expect(day.winner).toEqual({ kind: 'temporal', id: 'marian-saturday' });
|
||||
expect(day.commemorations).toEqual([
|
||||
{ kind: 'sanctoral', id: 'st-silverius', name: 'St. Silverius, Pope and Martyr', rank: 'simplex' },
|
||||
{ kind: 'sanctoral', id: 'st-silverius', name: 'St. Silverius, Pope and Martyr', nameLa: 'Sanctus Silverius, Papa et Martyr', rank: 'simplex' },
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -39,10 +39,11 @@ describe('Marian Saturday (applyMarianSaturday)', () => {
|
||||
kind: 'sanctoral',
|
||||
id: 'vigil-of-st-andrew',
|
||||
name: 'Vigil of St. Andrew',
|
||||
nameLa: 'Vigilia Sancti Andreæ',
|
||||
rank: 'vigil',
|
||||
});
|
||||
expect(day.commemorations).toEqual([
|
||||
{ kind: 'sanctoral', id: 'st-saturninus', name: 'St. Saturninus, Martyr', rank: 'simplex' },
|
||||
{ kind: 'sanctoral', id: 'st-saturninus', name: 'St. Saturninus, Martyr', nameLa: 'Sanctus Saturninus, Martyr', rank: 'simplex' },
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -52,6 +53,7 @@ describe('Marian Saturday (applyMarianSaturday)', () => {
|
||||
kind: 'sanctoral',
|
||||
id: 'st-januarius',
|
||||
name: 'St. Januarius, Bishop, and Companions, Martyrs',
|
||||
nameLa: 'Sanctus Januarius, Episcopus, et Socii, Martyres',
|
||||
rank: 'semiduplex',
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user