You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tracked down the issue to bible.data.js function bible.addNames().
When I go into the console, I see that
bible.BOOK_DATA.AC.names.eng
is an array of strings
however
bible.BOOK_DATA.AC.names.ar
is an array of arrays.
I believe this is why I am getting english reference in scrolleraudio.js instead of local language. I should see as audio_title the reference in the current language, when I click the audio icon.
The text was updated successfully, but these errors were encountered:
I've tracked down the issue to bible.data.js function bible.addNames().
When I go into the console, I see that
is an array of strings
however
is an array of arrays.
I believe this is why I am getting english reference in scrolleraudio.js instead of local language. I should see as audio_title the reference in the current language, when I click the audio icon.
The text was updated successfully, but these errors were encountered: