şunun yansıması
https://github.com/MinimalBible/MinimalBible
eşitlendi 2025-09-15 11:00:30 -04:00
Handle the divine name in text
Needs to be stylized later, but this is OK for now.
Bu işleme şunda yer alıyor:
@ -32,6 +32,7 @@ class OsisParser() : DefaultHandler() {
|
||||
qName: String, attributes: Attributes) {
|
||||
when (localName) {
|
||||
OSISUtil.OSIS_ELEMENT_VERSE -> doWrite.push(true)
|
||||
"divineName" -> doWrite.push(true)
|
||||
else -> doWrite.push(false)
|
||||
}
|
||||
}
|
||||
|
Yeni konuda referans
Bir kullanıcı engelle