From 15dd9a30a61b77b9cfe1e053449591f36df96d06 Mon Sep 17 00:00:00 2001 From: OfirSinn <81870040+OfirSinn@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:48:03 +0300 Subject: [PATCH] Update languages (German, Greek, Hebrew) --- src/data/BibleVersionCollection.ts | 48 ++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/src/data/BibleVersionCollection.ts b/src/data/BibleVersionCollection.ts index 905eb6e..ed792f0 100644 --- a/src/data/BibleVersionCollection.ts +++ b/src/data/BibleVersionCollection.ts @@ -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',