Skip to content

Commit

Permalink
add cunps and cunp
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed May 22, 2024
1 parent f70672f commit e078f62
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions src/data/BibleVersionCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ export const BibleVersionCollection: IBibleVersion[] = [
},
// bolls life
{
key: "mev",
versionName: "Modern English Version",
language: "English",
code: "en",
key: 'mev',
versionName: 'Modern English Version',
language: 'English',
code: 'en',
apiSource: BibleAPISourceCollection.bollsLife,
infoUrl: "https://wikipedia.org/wiki/Modern_English_Version"
infoUrl: 'https://wikipedia.org/wiki/Modern_English_Version',
},
{
key: 'nkjv',
Expand Down Expand Up @@ -188,6 +188,20 @@ export const BibleVersionCollection: IBibleVersion[] = [
code: 'cn',
apiSource: BibleAPISourceCollection.bollsLife,
},
{
key: 'cunp',
versionName: 'Chinese Union New Punctuation Cross References',
language: 'Chinese',
code: 'cn',
apiSource: BibleAPISourceCollection.bollsLife,
},
{
key: 'cunps',
versionName: 'Chinese Union New Punctuation (Simplified)',
language: 'Chinese',
code: 'cn',
apiSource: BibleAPISourceCollection.bollsLife,
},
{
key: 'nr06',
versionName: 'Nuova Riveduta, 2006',
Expand Down Expand Up @@ -288,7 +302,7 @@ export const BibleVersionCollection: IBibleVersion[] = [
language: 'French',
apiSource: BibleAPISourceCollection.bollsLife,
},
{
{
key: 'tbsi',
versionName: 'The Bible Society of India - Tamil - O.V.',
language: 'Tamil',
Expand Down

0 comments on commit e078f62

Please sign in to comment.