From 980641e7534e30ef5b85000b0c332e4715d4958f Mon Sep 17 00:00:00 2001 From: abbasou <68356554+abbasou@users.noreply.github.com> Date: Thu, 16 May 2024 13:16:06 -0600 Subject: [PATCH 1/2] Add MEV --- docs/bible-api-and-source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bible-api-and-source.md b/docs/bible-api-and-source.md index cca7997..033b959 100644 --- a/docs/bible-api-and-source.md +++ b/docs/bible-api-and-source.md @@ -21,6 +21,7 @@ This plugin Bible Verse Query Functionality is currently powered by - **Almeida**: João Ferreira de Almeida (Book Names Are In English, Bible Verses Are In Portuguese) - **RCCV**: Romanian Corrected Cornilescu Version (Book Names Are In English, Bible Verses Are In Romanian) - Bolls Life + - **MEV**: Modern English Version (Bolls Life) - **NIV**: New International Version, 1984 (Bolls Life) - **NKJV**: New King James Version (Bolls Life) - **CUV**: China Union Version (Bolls Life) (Book Names Are In English, Bible Verses Are In Chinese) From 45f4a827fb1f4acded05cd7e49523e2390541223 Mon Sep 17 00:00:00 2001 From: abbasou <68356554+abbasou@users.noreply.github.com> Date: Thu, 16 May 2024 13:17:15 -0600 Subject: [PATCH 2/2] Add MEV (Bolls Life) --- src/data/BibleVersionCollection.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/data/BibleVersionCollection.ts b/src/data/BibleVersionCollection.ts index 54abb77..33e4632 100644 --- a/src/data/BibleVersionCollection.ts +++ b/src/data/BibleVersionCollection.ts @@ -79,6 +79,14 @@ export const BibleVersionCollection: IBibleVersion[] = [ apiSource: BibleAPISourceCollection.bibleApi, }, // bolls life + { + key: "mev", + versionName: "Modern English Version", + language: "English", + code: "en", + apiSource: BibleAPISourceCollection.bollsLife, + infoUrl: "https://wikipedia.org/wiki/Modern_English_Version" + }, { key: 'nkjv', versionName: 'New King James Version',