diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-18 17:11:04 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-18 17:11:04 +0200 |
| commit | c4bface0c72283cef55f548feb2a4a3d9eff1e6c (patch) | |
| tree | 4d4ae140be4af171e19d0465a73e5fcfac1d459f /internal/caldata | |
| parent | 09f30b32bd5ad0895b23a13b63c1eb5a19184b1c (diff) | |
| download | lectio-c4bface0c72283cef55f548feb2a4a3d9eff1e6c.tar.gz lectio-c4bface0c72283cef55f548feb2a4a3d9eff1e6c.zip | |
fix(ef): three saints with proper Masses had no readings at all
Francis of Paola (2 April), Thomas Aquinas (7 March) and John of God (8
March). Unlike the nine added in the previous commit these are NOT Common-
routed -- the Missal prints a proper Mass for each -- they simply had no
reading in this repository and resolved nothing.
John of God is the one worth a note: his Epistle, Ecclus 31:8-11, is also the
Common of a Confessor not a Bishop I, which makes him look Common-routed. He
is not; the Gospel differs and the Missal prints the Mass at his own date.
With these, every day of 2005-2050 resolves a reading. Nothing in that range
comes back empty any more, where before there were four such days.
Diffstat (limited to 'internal/caldata')
| -rw-r--r-- | internal/caldata/tridentine-calendar.ini | 6 |
1 files changed, 6 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 |
