brianglass / orthocal-python

Orthodox Calendar
https://orthocal.info
MIT License
17 stars 3 forks source link

Add WEB translation #55

Open chadwhitacre opened 6 months ago

chadwhitacre commented 6 months ago

The World English Bible (WEB) is the most well-regarded modern translation of the Bible in the public domain. It was the foundation for the Eastern Orthodox Bible. I think it would make an excellent addition to Orthocal.info as a more modern alternative to KJV. A USFX file is available (in fact, I believe that the editor of the WEB invented USFX).

@brianglass and I discussed this in private email and I believe he is open to it. I am opening an issue here to track work on this publicly.

chadwhitacre commented 6 months ago

I did a little poking at this. I think there will need to be some refactoring as the system currently seems to assume one translation per natural language.

https://github.com/brianglass/orthocal-python/blob/71f788463c9373bce37defecc795f7a6dfd4a59a/bible/migrations/0002_load_scriptures.py#L10-L14

brianglass commented 6 months ago

@chadwhitacre, I agree. Do you have any thoughts on how best to model this?