diff --git a/docs/bible-api-and-source.md b/docs/bible-api-and-source.md index 033b959..0723306 100644 --- a/docs/bible-api-and-source.md +++ b/docs/bible-api-and-source.md @@ -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 diff --git a/src/data/BibleVersionCollection.ts b/src/data/BibleVersionCollection.ts index 1b7c300..1aad4a3 100644 --- a/src/data/BibleVersionCollection.ts +++ b/src/data/BibleVersionCollection.ts @@ -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)',