Skip to content

Commit

Permalink
Merge pull request #196 from abbasou/abbasou-add-translations
Browse files Browse the repository at this point in the history
Add MEV
  • Loading branch information
tim-hub authored May 18, 2024
2 parents 6817009 + 45f4a82 commit c50e96e
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -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)
Expand Down
8 changes: 8 additions & 0 deletions src/data/BibleVersionCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c50e96e

Please sign in to comment.