Add word-by-word Greek/Hebrew interlinear under Scripture panel

Adds a collapsible Interlinear section beneath the Scripture text
(stacked and split layouts) showing each original-language word with
its BSB gloss, transliteration, parsing, and Strong's number on hover.
Data is generated offline from the Berean Standard Bible translation
tables via scripts/build-interlinear.mjs into per-book JSON files.
This commit is contained in:
nmemmert
2026-06-11 14:29:24 -04:00
parent 6c4658e244
commit bb92095ba4
70 changed files with 255 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@
"@vitejs/plugin-react": "^4.3.0",
"@vitest/coverage-v8": "^4.1.7",
"autoprefixer": "^10.4.19",
"csv-parse": "^6.2.1",
"jsdom": "^29.1.1",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.4",