Added LSB - Legacy Standard Bible translation

This commit is contained in:
Dan 2024-06-03 13:06:18 -07:00
parent fac6c5e964
commit 21efa88ec9
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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)',