diff options
| -rw-r--r-- | internal/caldata/tridentine-calendar.ini | 6 | ||||
| -rw-r--r-- | scripts/gen-sanctoral-ef.go | 12 |
2 files changed, 18 insertions, 0 deletions
diff --git a/internal/caldata/tridentine-calendar.ini b/internal/caldata/tridentine-calendar.ini index f235c11..64ba100 100644 --- a/internal/caldata/tridentine-calendar.ini +++ b/internal/caldata/tridentine-calendar.ini @@ -480,6 +480,8 @@ rank = class-3 colour = white name.en = St. Thomas Aquinas name.pl = św. Tomasza z Akwinu, Wyznawcy i Doktora Kościoła +reading.first = Wis 7:7-14 +reading.gospel = Matt 5:13-19 [john-of-god] date = 03-08 @@ -487,6 +489,8 @@ rank = class-3 colour = white name.en = St. John of God name.pl = św. Jana Bożego, Wyznawcy +reading.first = Ecclus 31:8-11 +reading.gospel = Matt 22:34-46 [frances-rome] date = 03-09 @@ -583,6 +587,8 @@ rank = class-3 colour = white name.en = St. Francis of Paola name.pl = św. Franciszka z Pauli, Wyznawcy +reading.first = Phil 3:7-12 +reading.gospel = Luke 12:32-34 [isidore-of-seville] date = 04-04 diff --git a/scripts/gen-sanctoral-ef.go b/scripts/gen-sanctoral-ef.go index 9990e37..0750235 100644 --- a/scripts/gen-sanctoral-ef.go +++ b/scripts/gen-sanctoral-ef.go @@ -376,6 +376,18 @@ var missalOverrides = []missalOverride{ `Common of a Confessor not a Bishop II (Missa Iustus) -- 13 November`}, {"didacus", "gospel", `Luke 12:32-34`, `Common of a Confessor not a Bishop II (Missa Iustus) -- 13 November`}, + {"francis-of-paola", "first", `Phil 3:7-12`, + `2 April -- a proper Mass, not a Common`}, + {"francis-of-paola", "gospel", `Luke 12:32-34`, + `2 April -- a proper Mass, not a Common`}, + {"thomas-aquinas", "first", `Wis 7:7-14`, + `7 March -- a proper Mass, not a Common`}, + {"thomas-aquinas", "gospel", `Matt 5:13-19`, + `7 March -- a proper Mass, not a Common`}, + {"john-of-god", "first", `Ecclus 31:8-11`, + `8 March -- a proper Mass, not a Common; its Epistle is shared with the Common of a Confessor not a Bishop I, which is why it is easy to mistake for one`}, + {"john-of-god", "gospel", `Matt 22:34-46`, + `8 March -- a proper Mass, not a Common; its Epistle is shared with the Common of a Confessor not a Bishop I, which is why it is easy to mistake for one`}, // RG 124, "De coloribus paramentorum", section C "De colore rubro", both // photographic scans word for word: 124(b) gives red to "Sanctorum |
