forked from openlp/openlp
Added apocrypha to osis import.
bzr-revno: 1324
This commit is contained in:
commit
8b2e18011a
@ -126,7 +126,7 @@ class OSISBible(BibleDB):
|
|||||||
verse_text = match.group(4)
|
verse_text = match.group(4)
|
||||||
if not db_book or db_book.name != self.books[book][0]:
|
if not db_book or db_book.name != self.books[book][0]:
|
||||||
log.debug(u'New book: "%s"', self.books[book][0])
|
log.debug(u'New book: "%s"', self.books[book][0])
|
||||||
if book == u'Matt':
|
if book == u'Matt' or book == u'Jdt':
|
||||||
testament += 1
|
testament += 1
|
||||||
db_book = self.create_book(
|
db_book = self.create_book(
|
||||||
unicode(self.books[book][0]),
|
unicode(self.books[book][0]),
|
||||||
|
@ -64,3 +64,13 @@ Jas,James,Jas
|
|||||||
3John,3 John,3John
|
3John,3 John,3John
|
||||||
Jude,Jude,Jude
|
Jude,Jude,Jude
|
||||||
Rev,Revelation,Rev
|
Rev,Revelation,Rev
|
||||||
|
Jdt,Judith,Jdt
|
||||||
|
Wis,Wisdom,Wis
|
||||||
|
Tob,Tobit,Tob
|
||||||
|
Sir,Sirach,Sir
|
||||||
|
Bar,Baruch,Bar
|
||||||
|
1Macc,1 Maccabees,1Macc
|
||||||
|
2Macc,2 Maccabees,2Macc
|
||||||
|
AddDan,Rest of Daniel,AddDan
|
||||||
|
AddEsth,Rest of Esther,AddEsth
|
||||||
|
PrMan,Prayer of Manasses,PrMan
|
||||||
|
|
Loading…
Reference in New Issue
Block a user