From f7ff8fc0ae5106040b5d57f07450a07f6aee4147 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Fri, 4 Sep 2026 07:13:17 -0400 Subject: [PATCH] Fix Ezekiel spelling in the generated book-incipit heading The ezek incipit's English heading read "...Prophecy of Ezechiel" -- the Vulgate/Douay-Rheims spelling, inconsistent with this app's own generated heading text elsewhere. Left every other in-corpus "Ezechiel" alone (quoted Douay-Rheims verse/martyrology/homily prose, where the traditional spelling is correct as source text). Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01AGjUyhUZJaSjiniEmnLdak --- TODO.md | 10 ++++++++++ src/propers/bible-book-incipits.ts | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 2702dab..689a556 100644 --- a/TODO.md +++ b/TODO.md @@ -5304,3 +5304,13 @@ still surfaces as all 3 of its lessons even when merely commemorated, where the a commemorated feria at exactly one lesson (its own Lectio 1 only) — same shape of fix as this one, not yet done. +### Ezekiel spelling fix in the book-incipit heading (2026-09-04) + +User caught `bible-book-incipits.ts`'s `ezek` entry reading "A reading from the Prophecy of +**Ezechiel**" — the Vulgate/Douay-Rheims spelling, inconsistent with this app's own generated +heading text (which otherwise uses modern English book names, see that file's own header note on +"Saint Paul" vs "blessed Paul"). Changed to "Ezekiel". Left every other in-corpus "Ezechiel" +alone (scripture verse text, martyrology narrative, homily quotes under `src/data/scripture/`, +`src/data/martyrology/`, `src/data/propers/`) — those are quoted Douay-Rheims translation prose, +where the traditional spelling is correct as part of the source text, not this app's own +generated label. diff --git a/src/propers/bible-book-incipits.ts b/src/propers/bible-book-incipits.ts index d396b26..9279173 100644 --- a/src/propers/bible-book-incipits.ts +++ b/src/propers/bible-book-incipits.ts @@ -58,7 +58,7 @@ export const BOOK_INCIPITS: Record = { jer: { la: 'Léctio Jeremíæ Prophétæ', en: 'A reading from the Prophecy of Jeremias' }, lam: { la: 'Léctio Threnórum Jeremíæ Prophétæ', en: 'A reading from the Lamentations of Jeremias the Prophet' }, bar: { la: 'Léctio Baruch Prophétæ', en: 'A reading from the Prophecy of Baruch' }, - ezek: { la: 'Léctio Ezechiélis Prophétæ', en: 'A reading from the Prophecy of Ezechiel' }, + ezek: { la: 'Léctio Ezechiélis Prophétæ', en: 'A reading from the Prophecy of Ezekiel' }, dan: { la: 'Léctio Daniélis Prophétæ', en: 'A reading from the Prophecy of Daniel' }, // Minor prophets osee: { la: 'Léctio Osee Prophétæ', en: 'A reading from the Prophecy of Osee' },