@@ -29,18 +29,18 @@ var BibleBooks = map[string]string{
2929 "proverbs" : "Proverbs" , "prov" : "Proverbs" , "pro" : "Proverbs" , "pr" : "Proverbs" ,
3030 "ecclesiastes" : "Ecclesiastes" , "eccl" : "Ecclesiastes" , "ecc" : "Ecclesiastes" ,
3131 "song of solomon" : "Song of Solomon" , "song" : "Song of Solomon" , "songs" : "Song of Solomon" , "sos" : "Song of Solomon" , "song of songs" : "Song of Solomon" ,
32- "isaiah" : "Isaiah" , "isa" : "Isaiah" , "is" : "Isaiah" ,
32+ "isaiah" : "Isaiah" , "isa" : "Isaiah" ,
3333 "jeremiah" : "Jeremiah" , "jer" : "Jeremiah" , "je" : "Jeremiah" ,
34- "lamentations" : "Lamentations" , "lam" : "Lamentations" , "la" : "Lamentations" ,
34+ "lamentations" : "Lamentations" , "lam" : "Lamentations" ,
3535 "ezekiel" : "Ezekiel" , "ezek" : "Ezekiel" , "eze" : "Ezekiel" , "ezk" : "Ezekiel" ,
36- "daniel" : "Daniel" , "dan" : "Daniel" , "da" : "Daniel" , " dn" : "Daniel" ,
37- "hosea" : "Hosea" , "hos" : "Hosea" , "ho" : "Hosea" ,
36+ "daniel" : "Daniel" , "dan" : "Daniel" , "dn" : "Daniel" ,
37+ "hosea" : "Hosea" , "hos" : "Hosea" ,
3838 "joel" : "Joel" , "jl" : "Joel" ,
39- "amos" : "Amos" , "am" : "Amos" ,
39+ "amos" : "Amos" ,
4040 "obadiah" : "Obadiah" , "obad" : "Obadiah" , "ob" : "Obadiah" ,
4141 "jonah" : "Jonah" , "jon" : "Jonah" , "jnh" : "Jonah" ,
42- "micah" : "Micah" , "mic" : "Micah" , "mi" : "Micah" ,
43- "nahum" : "Nahum" , "nah" : "Nahum" , "na" : "Nahum" ,
42+ "micah" : "Micah" , "mic" : "Micah" ,
43+ "nahum" : "Nahum" , "nah" : "Nahum" ,
4444 "habakkuk" : "Habakkuk" , "hab" : "Habakkuk" ,
4545 "zephaniah" : "Zephaniah" , "zeph" : "Zephaniah" , "zep" : "Zephaniah" ,
4646 "haggai" : "Haggai" , "hag" : "Haggai" , "hg" : "Haggai" ,
@@ -66,15 +66,15 @@ var BibleBooks = map[string]string{
6666 "2 timothy" : "2 Timothy" , "2 tim" : "2 Timothy" , "2 ti" : "2 Timothy" , "2tim" : "2 Timothy" , "ii tim" : "2 Timothy" , "ii timothy" : "2 Timothy" , "2nd timothy" : "2 Timothy" ,
6767 "titus" : "Titus" , "tit" : "Titus" , "ti" : "Titus" ,
6868 "philemon" : "Philemon" , "philem" : "Philemon" , "phlm" : "Philemon" , "phm" : "Philemon" ,
69- "hebrews" : "Hebrews" , "heb" : "Hebrews" , "he" : "Hebrews" ,
69+ "hebrews" : "Hebrews" , "heb" : "Hebrews" ,
7070 "james" : "James" , "jas" : "James" , "jm" : "James" ,
7171 "1 peter" : "1 Peter" , "1 pet" : "1 Peter" , "1 pe" : "1 Peter" , "1 pt" : "1 Peter" , "1peter" : "1 Peter" , "i pet" : "1 Peter" , "i peter" : "1 Peter" , "1st peter" : "1 Peter" ,
7272 "2 peter" : "2 Peter" , "2 pet" : "2 Peter" , "2 pe" : "2 Peter" , "2 pt" : "2 Peter" , "2peter" : "2 Peter" , "ii pet" : "2 Peter" , "ii peter" : "2 Peter" , "2nd peter" : "2 Peter" ,
7373 "1 john" : "1 John" , "1 jn" : "1 John" , "1jn" : "1 John" , "1john" : "1 John" , "i jn" : "1 John" , "i john" : "1 John" , "1st john" : "1 John" ,
7474 "2 john" : "2 John" , "2 jn" : "2 John" , "2jn" : "2 John" , "2john" : "2 John" , "ii jn" : "2 John" , "ii john" : "2 John" , "2nd john" : "2 John" ,
7575 "3 john" : "3 John" , "3 jn" : "3 John" , "3jn" : "3 John" , "3john" : "3 John" , "iii jn" : "3 John" , "iii john" : "3 John" , "3rd john" : "3 John" ,
7676 "jude" : "Jude" , "jud" : "Jude" , "jd" : "Jude" ,
77- "revelation" : "Revelation" , "rev" : "Revelation" , "re" : "Revelation" ,
77+ "revelation" : "Revelation" , "rev" : "Revelation" ,
7878}
7979
8080var SingleChapterBooks = map [string ]bool {
0 commit comments