mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
89eeec24a8
Word study sidenotes on chapter views now verify that the Greek/Hebrew word in the verse matches the expected Strong's number before displaying. This prevents showing definitions for the wrong underlying word when the same English word translates different original language terms. Changes: - Add Strong's numbers to all 50+ word studies in word_studies.json - Update generate_word_study_sidenotes() to check interlinear data - Only show word study if one of its Strong's numbers is in the verse Example: "word" in Matthew 4:4 uses G4487 (rhema), not G3056 (logos), so the logos-focused word study won't appear there incorrectly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>