diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 12:58:31 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 12:58:31 +0200 |
| commit | 6d78c65c58820f79ec5a978a9476d29969da218f (patch) | |
| tree | 2045bf9f453c407bf8d60053876531420a1c251a /internal/caldata | |
| parent | 27911b8f2574563ddd5d0de75f708503067069c9 (diff) | |
| download | lectio-6d78c65c58820f79ec5a978a9476d29969da218f.tar.gz lectio-6d78c65c58820f79ec5a978a9476d29969da218f.zip | |
feat(cli): 'lectio --liturgy/-L' prints the computed liturgical day offline
Uses the pure engine + embedded universal calendar; UI-language names, rank,
colour, cycles, and inline proper readings. Added the Assumption's propers.
Diffstat (limited to 'internal/caldata')
| -rw-r--r-- | internal/caldata/roman-calendar.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/caldata/roman-calendar.ini b/internal/caldata/roman-calendar.ini index dfaeb96..8ce49e0 100644 --- a/internal/caldata/roman-calendar.ini +++ b/internal/caldata/roman-calendar.ini @@ -61,6 +61,10 @@ colour = white name.en = The Assumption of the Blessed Virgin Mary name.pl = Wniebowzięcie Najświętszej Maryi Panny name.la = In Assumptione Beatae Mariae Virginis +reading.first = Rev 11:19; 12:1-6.10 +reading.psalm = Ps 45:10-16 +reading.second = 1 Cor 15:20-27 +reading.gospel = Lk 1:39-56 [all-saints] date = 11-01 |
