514300821a
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
33 lines
1.7 KiB
YAML
33 lines
1.7 KiB
YAML
# Read directly from the reference engine (`../divinum-officium-reference`,
|
|
# per memory vu-reference-engine-file-layout, not a live query): untagged/
|
|
# default [Rank] block of `web/www/horas/Latin/Sancti/08-05.txt` --
|
|
# "Sanctæ Mariæ Virginis ad Nives;;Duplex majus;;4;;ex C11". Previously
|
|
# excluded from this app's calendar entirely under a stale "fixed BVM
|
|
# feasts aren't modeled" note in sanctoral-calendar.yml's own August
|
|
# comment -- wrong: this app already models three other fixed BVM feasts
|
|
# the same way (assumption, immaculate-conception, nativity-bvm), and
|
|
# this one has real, complete content too (Matins readings, sourced
|
|
# directly; collect/antiphon via the Common-of-the-BVM fallback her own
|
|
# `[Rule]` already points to, `ex C11` -- see collect-c11.yml and
|
|
# benedictus-antiphon-common-of-the-bvm.yml). No `propers` of her own:
|
|
# unlike the other three BVM feasts (each of which has real unique
|
|
# collect/antiphon text), her file has none, so `collectCommon`/
|
|
# `benedictusCommon` is the correct mechanism here, same as any other
|
|
# `propers: null` saint falling back to a shared Common.
|
|
id: our-lady-of-the-snows
|
|
name: "Our Lady of the Snows (Dedication of St. Mary Major)"
|
|
nameLa: "Dedicatio Sanctæ Mariæ ad Nives"
|
|
rank: duplex-majus
|
|
common: common-of-the-bvm
|
|
propers: null
|
|
collectCommon: collect-c11
|
|
# collect-c11's own text has no {N} placeholder to substitute (it
|
|
# addresses "fámulis tuis" generically, not the saint by name) --
|
|
# collectName is still required by getDayCollect's own lookup, but its
|
|
# value is never actually used for this particular Common.
|
|
collectName:
|
|
la: []
|
|
en: []
|
|
minorHoursCommon: common-of-the-bvm
|
|
benedictusCommon: common-of-the-bvm
|