Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No bible book abbreviations #90

Closed
rswhiting opened this issue May 4, 2023 · 1 comment · Fixed by #95
Closed

No bible book abbreviations #90

rswhiting opened this issue May 4, 2023 · 1 comment · Fixed by #95
Assignees
Labels
enhancement New feature or request

Comments

@rswhiting
Copy link

rswhiting commented May 4, 2023

It would be very helpful if there was an easy way to utilize the bible book abbreviations. A simplified method would just have a direct dictionary, but there are several variants on each book (anywhere from 2-4 letter abbreviations). For example:

bible_book_abbreviations = {
    "Genesis": "Ge",
    "Exodus": "Ex",
    "Leviticus": "Le",
    "Numbers": "Nu",
    "Deuteronomy": "De",
    "Joshua": "Jos",
    "Judges": "Jg",
    "Ruth": "Ru",
    "1 Samuel": "1S",
    "2 Samuel": "2S",
    "1 Kings": "1K",
    "2 Kings": "2K",
    "1 Chronicles": "1Ch",
    "2 Chronicles": "2Ch",
    "Ezra": "Ez",
    "Nehemiah": "Ne",
    "Esther": "Es",
    "Job": "Job",
    "Psalms": "Ps",
    "Proverbs": "Pr",
    "Ecclesiastes": "Ec",
    "Song of Solomon": "So",
    "Song of Songs": "So",
    "Isaiah": "Is",
    "Jeremiah": "Je",
    "Lamentations": "La",
    "Ezekiel": "Ez",
    "Daniel": "Da",
    "Hosea": "Ho",
    "Joel": "Joe",
    "Amos": "Am",
    "Obadiah": "Ob",
    "Jonah": "Jon",
    "Micah": "Mic",
    "Nahum": "Na",
    "Habakkuk": "Hab",
    "Zephaniah": "Zep",
    "Haggai": "Hag",
    "Zechariah": "Zec",
    "Malachi": "Mal",
    "Matthew": "Mt",
    "Mark": "Mk",
    "Luke": "Lk",
    "John": "Jn",
    "Acts": "Ac",
    "Romans": "Ro",
    "1 Corinthians": "1Co",
    "2 Corinthians": "2Co",
    "Galatians": "Ga",
    "Ephesians": "Eph",
    "Philippians": "Php",
    "Colossians": "Col",
    "1 Thessalonians": "1Th",
    "2 Thessalonians": "2Th",
    "1 Timothy": "1Ti",
    "2 Timothy": "2Ti",
    "Titus": "Tit",
    "Philemon": "Phm",
    "Hebrews": "Heb",
    "James": "Jas",
    "1 Peter": "1Pe",
    "2 Peter": "2Pe",
    "1 John": "1Jn",
    "2 John": "2Jn",
    "3 John": "3Jn",
    "Jude": "Jud",
    "Revelation": "Re"
}
@avendesora avendesora self-assigned this May 4, 2023
@avendesora avendesora added the enhancement New feature or request label May 4, 2023
@avendesora
Copy link
Owner

I agree that this would be useful. I'll keep it in mind for something to include in a future release. Not the next release, since the work on that one is pretty much done and just being tested, but possibly the next after that.

Thanks for the suggestion!

@avendesora avendesora linked a pull request May 25, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants