From 28699aa44df1d791fb48618a8f06627f230432d4 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 27 Jul 2026 15:10:45 +0200 Subject: fix(bible): resolve + format cross-chapter citations (13:22-25; 15:10) normalizeSigla treats ';' as a group separator so SplitRef resolves each chapter; FormatRef renders multi-chapter refs per chapter in the dialect's sigla. Restored the full Assumption (Judith 13:22-25; 15:10) and St Lucy (2 Cor 10:17-18; 11:1-2) epistles. --- internal/caldata/tridentine-calendar.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/caldata') diff --git a/internal/caldata/tridentine-calendar.ini b/internal/caldata/tridentine-calendar.ini index 81b6349..30951bb 100644 --- a/internal/caldata/tridentine-calendar.ini +++ b/internal/caldata/tridentine-calendar.ini @@ -57,7 +57,7 @@ colour = red name.en = Saints Peter and Paul, Apostles [assumption] -reading.first = Judith 13:22-25 +reading.first = Judith 13:22-25; 15:10 reading.gospel = Luke 1:41-50 date = 08-15 rank = class-1 @@ -134,7 +134,7 @@ colour = white name.en = The Conversion of Saint Paul the Apostle [st-lucy] -reading.first = 2 Cor 10:17-18 +reading.first = 2 Cor 10:17-18; 11:1-2 reading.gospel = Matt 13:44-52 date = 12-13 rank = class-3 -- cgit v1.3