From 0f07a4bd94155f833eb4c022a2713b2c5fd79bd7 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Thu, 14 Aug 2025 02:25:53 +0000 Subject: [PATCH] Update web/core/scripture_normalizer.py --- web/core/scripture_normalizer.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/core/scripture_normalizer.py b/web/core/scripture_normalizer.py index 853a539..2eaf6ce 100644 --- a/web/core/scripture_normalizer.py +++ b/web/core/scripture_normalizer.py @@ -74,7 +74,9 @@ BOOK_CANON: Dict[str, str] = { "2 john": "2 John", "ii john": "2 John", "3 john": "3 John", "iii john": "3 John", "jude": "Jude", - "revelation": "Rev.", "rev": "Rev.", + "revelation": "Rev.", "rev": "Rev.", "1 ch": "1 Chron.", "1 chr": "1 Chron.", + "2 ch": "2 Chron.", "2 chr": "2 Chron.", + "ch": "Chron.", "chr": "Chron.", } # Short bare tokens that must *never* be treated as “roman numeral + book”