Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Jan 20, 2024
2 parents 1ad3546 + 0ce58f0 commit 5c1a865
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,25 @@
"contributions": [
"code"
]
},
{
"login": "Tecur",
"name": "Joshua Stoll",
"avatar_url": "https://avatars.githubusercontent.com/u/20840821?v=4",
"profile": "http://blog.tecur.xyz",
"contributions": [
"code",
"translation"
]
},
{
"login": "blankton2",
"name": "blankton2",
"avatar_url": "https://avatars.githubusercontent.com/u/51744123?v=4",
"profile": "https://github.com/blankton2",
"contributions": [
"translation"
]
}
],
"contributorsPerLine": 7,
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/diatche"><img src="https://avatars.githubusercontent.com/u/5573638?v=4?s=65" width="65px;" alt="Pavel Diatchenko"/><br /><sub><b>Pavel Diatchenko</b></sub></a><br /><a href="https://github.com/tim-hub/obsidian-bible-reference/commits?author=diatche" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://blog.tecur.xyz"><img src="https://avatars.githubusercontent.com/u/20840821?v=4?s=65" width="65px;" alt="Joshua Stoll"/><br /><sub><b>Joshua Stoll</b></sub></a><br /><a href="https://github.com/tim-hub/obsidian-bible-reference/commits?author=Tecur" title="Code">💻</a> <a href="#translation-Tecur" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/blankton2"><img src="https://avatars.githubusercontent.com/u/51744123?v=4?s=65" width="65px;" alt="blankton2"/><br /><sub><b>blankton2</b></sub></a><br /><a href="#translation-blankton2" title="Translation">🌍</a></td>
</tr>
</tbody>
</table>
Expand Down
14 changes: 14 additions & 0 deletions src/data/BibleVersionCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ export const BibleVersionCollection: IBibleVersion[] = [
code: 'de',
apiSource: BibleAPISourceCollection.bollsLife,
},
{
key: 'sch',
versionName: 'Schlachter (1951)',
language: 'German Deutsch',
code: 'de',
apiSource: BibleAPISourceCollection.bollsLife,
},
{
key: 'mb',
versionName: 'Menge-Bibel',
language: 'German Deutsch',
code: 'de',
apiSource: BibleAPISourceCollection.bollsLife,
},
{
key: 'ntgt',
versionName: 'Greek NT: Tischendorf 8th Ed.',
Expand Down

0 comments on commit 5c1a865

Please sign in to comment.