Update web/core/scripture_normalizer.py
This commit is contained in:
parent
815d9c5af3
commit
0f07a4bd94
@ -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”
|
||||
|
||||
Loading…
Reference in New Issue
Block a user