Add KJV translator footnotes package

This commit is contained in:
2026-07-12 09:09:52 -05:00
parent 80a4ff7b37
commit a6ee513e02
14 changed files with 7122 additions and 16 deletions
+22 -3
View File
@@ -67,6 +67,14 @@
"systems": ["strongs"],
"embedded": false,
"package": "packages/json/strongs-open-scriptures/entries.jsonl"
},
{
"id": "translator-footnotes",
"type": "footnotes",
"label": "Translator footnotes",
"languages": ["eng"],
"embedded": true,
"package": "packages/json/kjv-eng-kjv2006/footnotes.jsonl"
}
],
"attachments": {
@@ -92,6 +100,16 @@
"systems": ["strongs"],
"source": "LibreBible resource strongs-open-scriptures.",
"package": "packages/json/strongs-open-scriptures/entries.jsonl"
},
{
"id": "kjv-eng-kjv2006-footnotes",
"resource_type": "footnotes",
"label": "Translator footnotes",
"relationship": "verse-to-footnote",
"anchor_types": ["verse"],
"languages": ["eng"],
"source": "Embedded in the eBible USFM package.",
"package": "packages/json/kjv-eng-kjv2006/footnotes.jsonl"
}
],
"supported_future_types": [
@@ -147,10 +165,11 @@
"packages": {
"json_catalog": "packages/json/kjv-eng-kjv2006/catalog.json",
"verses_jsonl": "packages/json/kjv-eng-kjv2006/verses.jsonl",
"strongs_jsonl": "packages/json/kjv-eng-kjv2006/strongs-links.jsonl"
"strongs_jsonl": "packages/json/kjv-eng-kjv2006/strongs-links.jsonl",
"footnotes_jsonl": "packages/json/kjv-eng-kjv2006/footnotes.jsonl"
},
"catalog_display": {
"primary_features": ["Bible text", "Strong's-linked words", "USFM source"],
"summary": "Public-domain KJV package based on the 1769 standardized text, with Strong's numbers embedded in the source USFM."
"primary_features": ["Bible text", "Strong's-linked words", "Translator footnotes", "USFM source"],
"summary": "Public-domain KJV package based on the 1769 standardized text, with Strong's numbers and translator footnotes embedded in the source USFM."
}
}