Skip to content

Commit

Permalink
add russian and ukrainian version BTI and UTT
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Aug 24, 2023
1 parent 829ac71 commit 49f6af3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/data/BibleVersionCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,17 @@ export const BibleVersionCollection: IBibleVersion[] = [
language: "Indonesian",
apiSource: BibleAPISourceCollection.bollsLife,
},
{
key: "bti",
versionName: "Библия под ред. М.П. Кулакова и М.М. Кулакова, 2015",
language: "Russian",
apiSource: BibleAPISourceCollection.bollsLife,
},
{
key: "utt",
versionName: "Українська Біблія LXX УБТ Рафаїла Турконяка (2011) 77 книг",
language: "Ukrainian",
apiSource: BibleAPISourceCollection.bollsLife,
},

];

0 comments on commit 49f6af3

Please sign in to comment.