mirror of
https://github.com/tim-hub/obsidian-bible-reference.git
synced 2026-07-22 06:00:26 +00:00
Added LSB - Legacy Standard Bible translation
This commit is contained in:
parent
fac6c5e964
commit
21efa88ec9
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)',
|
||||
|
|
|
|||
Loading…
Reference in a new issue