Skip to content

Commit

Permalink
Added LSB - Legacy Standard Bible translation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHasher committed Jun 3, 2024
1 parent fac6c5e commit 21efa88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/bible-api-and-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ This plugin Bible Verse Query Functionality is currently powered by
- **NKJV**: New King James Version (Bolls Life)
- **CUV**: China Union Version (Bolls Life) (Book Names Are In English, Bible Verses Are In Chinese)
- **ESV**: English Standard Version (Bolls Life)
- **LSB**: Legacy Standard Bible (Bolls Life)
- and more

### Credits
Expand Down
7 changes: 7 additions & 0 deletions src/data/BibleVersionCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ export const BibleVersionCollection: IBibleVersion[] = [
code: 'en',
apiSource: BibleAPISourceCollection.bollsLife,
},
{
key: 'lsb',
versionName: 'Legacy Standard Bible',
language: 'English',
code: 'en',
apiSource: BibleAPISourceCollection.bollsLife,
},
{
key: 'elb',
versionName: 'Elberfelder Bibel (1871)',
Expand Down

0 comments on commit 21efa88

Please sign in to comment.