Skip to content

Commit

Permalink
Merge pull request #144 from OfirSinn/patch-2
Browse files Browse the repository at this point in the history
Update languages (German, Greek, Hebrew)
  • Loading branch information
tim-hub authored Oct 1, 2023
2 parents 350d544 + 15dd9a3 commit 753d6e0
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 @@ -89,6 +89,54 @@ export const BibleVersionCollection: IBibleVersion[] = [
versionName: 'English Standard Version',
language: 'English', code: 'en',
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 753d6e0

Please sign in to comment.