Update web/core/scripture_normalizer.py

This commit is contained in:
Joshua Laymon 2025-08-14 02:25:53 +00:00
parent 815d9c5af3
commit 0f07a4bd94

View File

@ -74,7 +74,9 @@ BOOK_CANON: Dict[str, str] = {
"2 john": "2 John", "ii john": "2 John", "2 john": "2 John", "ii john": "2 John",
"3 john": "3 John", "iii john": "3 John", "3 john": "3 John", "iii john": "3 John",
"jude": "Jude", "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” # Short bare tokens that must *never* be treated as “roman numeral + book”