Skip to content

Instantly share code, notes, and snippets.

@aaronshaf
Created December 8, 2013 18:53
Show Gist options
  • Save aaronshaf/7862132 to your computer and use it in GitHub Desktop.
Save aaronshaf/7862132 to your computer and use it in GitHub Desktop.
OSIS Bible Book Abbreviations
var osisBookAbbreviations = [
'Gen','Exod','Lev','Nuv','Deut',
'Josh','Judg','Ruth','1Sam','2Sam','1Kgs','2Kgs','1Chr','2Chr','Ezra','Neh','Esth',
'Job','Ps','Prov','Eccl','Song',
'Isa','Jer','Lam','Ezek',
'Dan','Hos','Joel','Amos','Obad','Jonah','Mic','Nah','Hab','Zeph','Hag','Zech','Mal',
'Matt','Mark','Luke','John',
'Acts','Rom','1Cor','2Cor',
'Gal','Eph','Phil','Col',
'1Thess','2Thess','1Tim','2Tim','Titus','Phlm',
'Heb','Jas','1Pet','2Pet','1John','2John','3John','Jud',
'Rev'
]
@danday74
Copy link

danday74 commented Feb 6, 2018

Nuv should be Num
Jud should be Jude

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment