Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update languages (German, Greek, Hebrew) #144

Merged
merged 1 commit into from
Oct 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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