Skip to content

Commit

Permalink
Update languages (German, Greek, Hebrew)
Browse files Browse the repository at this point in the history
  • Loading branch information
OfirSinn authored Sep 26, 2023
1 parent c3b4e65 commit 15dd9a3
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions src/data/BibleVersionCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,54 @@ export const BibleVersionCollection: IBibleVersion[] = [
versionName: 'English Standard Version',
language: 'English',
apiSource: BibleAPISourceCollection.bollsLife,
},
{
key: "nasb",
versionName: "New American Standard Bible (1995)",
language: "English",
apiSource: BibleAPISourceCollection.bollsLife
},
{
key: "elb",
versionName: "Elberfelder Bibel (1871)",
language: "German Deutsch",
apiSource: BibleAPISourceCollection.bollsLife
},
{
key: "lut",
versionName: "Luther (1912)",
language: "German Deutsch",
apiSource: BibleAPISourceCollection.bollsLife
},
{
key: "ntgt",
versionName: "Greek NT: Tischendorf 8th Ed.",
language: "Greek Ελληνικά",
apiSource: BibleAPISourceCollection.bollsLife
},
{
key: "tr",
versionName: "Elzevir Textus Receptus (1624)",
language: "Greek Ελληνικά",
apiSource: BibleAPISourceCollection.bollsLife
},
{
key: "lxx",
versionName: "Septuagint",
language: "Greek Ελληνικά",
apiSource: BibleAPISourceCollection.bollsLife
},
{
key: "wlc",
versionName: "Westminster Leningrad Codex (with Vowels)",
language: "Hebrew עברית",
apiSource: BibleAPISourceCollection.bollsLife
},
{
key: "dhnt",
versionName: "Delitzsch's Hebrew New Testament 1877, 1998 (with Vowels)",
language: "Hebrew עברית",
apiSource: BibleAPISourceCollection.bollsLife
},
{
key: 'cuv',
Expand Down

0 comments on commit 15dd9a3

Please sign in to comment.