Skip to content

Commit

Permalink
add French Bible NBS
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Jan 8, 2024
1 parent 8a0b8ab commit 6b34388
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/BibleVersionCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,12 @@ export const BibleVersionCollection: IBibleVersion[] = [
language: 'Ukrainian',
apiSource: BibleAPISourceCollection.bollsLife,
},
{
key: 'nbs',
versionName: 'Nouvelle Bible Segond, 2002',
language: 'French',
apiSource: BibleAPISourceCollection.bollsLife,
}
]

export const DEFAULT_BIBLE_VERSION = BibleVersionCollection[11]
Expand Down

0 comments on commit 6b34388

Please sign in to comment.