Translating Scripture from Greek
Manage episode 506982215 series 3500012
Hosts


In this final episode of the Septuagint (LXX) series, we discuss what needs to be done to produce a proper translation of the LXX in English. This a technical episode, but a vital one. There should exist in every language spoken by a Christian nation a definitive version of the Scriptures in that language, and in this episode we provide the structure and the mechanics by which that can be achieved.
This will be a years-long project, and it will have to be undertaken by other men. Until then, we have provided links to a number of existing English translations in the show notes, infra. Any existing version of the LXX in English is certainly better than all of the extant copies based on the rabbinic text.
Show Notes
- English Septuagint Translations:
- Brenton
- Lexham (2nd)
- NETS
- Thomson, Charles
- Archive.org PDF [free]
- Logos [not free]
- The Ancient Christian Study Bible (coming 2027)
See Also
Further Reading
Parental Warnings
None.
Support the Podcast
Comments?
Join the discussion on Telegram, visit the feedback form or comment below.
function waitForElement(selector, callback) { const interval = setInterval(function() { const element = document.querySelector(selector); if (element) { clearInterval(interval); callback(element); } }, 100); // check every 100 milliseconds } function updateTranscriptLink(audioSrc) { const episodeNumber = extractNumber(audioSrc); if (episodeNumber) { const transcriptLink = document.querySelector('a.transcript-link'); if (transcriptLink) { transcriptLink.setAttribute('href', `/transcripts/transcript-episode-${episodeNumber}/`); } else { console.error('Transcript link not found.'); } } else { console.error('Episode number could not be extracted. The audio source was: ' + audioSrc); } } // Function to extract the number from the audio file name function extractNumber(src) { const match = src.match(/e(\d+)\.m4a/); return match ? match[1] : null; } // Start waiting for the audio element to appear in the DOM waitForElement('audio[src*="s.stone-choir.com"]', function(audioElement) { const audioSrc = audioElement.getAttribute('src'); updateTranscriptLink(audioSrc); });
108 episodes