Add name-template substitution for Common-of-a-Holy-Woman's invitatory antiphon
Deploy / deploy (push) Successful in 1m20s
Deploy / deploy (push) Successful in 1m20s
Commune/C7's own invitatory antiphon ("Laudémus Deum nostrum * In
confessióne beátæ N..") needs a per-saint genitive-singular name, unlike
every other Common invitatory antiphon currently authored. Exports
resolve-common.ts's existing substituteName helper (previously only used
by getDayCollect for collectCommon/collectName) and wires it into
resolveMatinsInvitatoryText via a new SaintRecord.invitatoryName field
-- kept separate from collectName since the two templates' {N}
placeholders don't always need the same grammatical case. Fills in real
declined names for the 3 saints using common-of-a-holy-woman (Anne,
Martha, Mary Magdalene).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012AVXS5iTrk3c2anSYVGwxS
This commit is contained in:
@@ -13,3 +13,9 @@ propers: "st-anne"
|
||||
# already live-query-verified for common-of-a-virgin.yml (see TODO.md's
|
||||
# 'minor hour content gaps' section).
|
||||
minorHoursCommon: common-of-a-virgin
|
||||
# Common-of-a-Holy-Woman's own Matins invitatory antiphon needs a
|
||||
# genitive-singular {N} ("beátæ N..", matins-invitatory-common-of-a-
|
||||
# holy-woman.yml) -- standard Latin 1st-declension genitive of "Anna".
|
||||
invitatoryName:
|
||||
la: ["Annæ"]
|
||||
en: ["Anne"]
|
||||
|
||||
@@ -21,3 +21,9 @@ collectName:
|
||||
en: ["Martha"]
|
||||
minorHoursCommon: common-of-a-virgin
|
||||
benedictusCommon: common-of-a-virgin
|
||||
# Same genitive form as collectName above -- collect-c6a's own "beátæ {N}
|
||||
# Vírginis tuæ" and the Matins invitatory's "beátæ N.." are both this
|
||||
# same genitive-singular position.
|
||||
invitatoryName:
|
||||
la: ["Marthæ"]
|
||||
en: ["Martha"]
|
||||
|
||||
@@ -14,3 +14,10 @@ propers: "st-mary-magdalene"
|
||||
# already live-query-verified for common-of-a-virgin.yml (see TODO.md's
|
||||
# 'minor hour content gaps' section).
|
||||
minorHoursCommon: common-of-a-virgin
|
||||
# Common-of-a-Holy-Woman's own Matins invitatory antiphon needs a
|
||||
# genitive-singular {N} ("beátæ N..", matins-invitatory-common-of-a-
|
||||
# holy-woman.yml) -- standard Latin genitive of "Maria Magdalena", both
|
||||
# parts declined.
|
||||
invitatoryName:
|
||||
la: ["Maríæ Magdalénæ"]
|
||||
en: ["Mary Magdalene"]
|
||||
|
||||
Reference in New Issue
Block a user