Closed danielbair closed 3 years ago
Hi, I finished updating to Xamarin 5 I'm checking your pr and there are many changes in the lyrics If everything works I think it's a good update
I'm a little worried about the Russian version because it looks very different, any way I think let's try and see what happen
Hi, I finished updating to Xamarin 5
I'm checking your pr and there are many changes in the lyrics
If everything works I think it's a good update
I'm a little worried about the Russian version because it looks very different, any way I think let's try and see what happen
Hmmm. I will double check the Russian. I also had found a different Russian SDA Hymnal data file from somewhere else, but I thought I was keeping the two Russian hymnals separate and giving you the same Russian lyrics as you had before.
I found the issue. The file was ASCII with unicode escape sequences. I converted it to utf-8 with unicode chars.
This data has differences from the main content:
I don't know the date of publication of the Thai SDA hymnal, but I do know that it must have been before 1985 as it references page numbers from the 1940 English SDA hymnal.
And I don't have any clue on the date of publication of the French or Burmese hymnals either.
I haven't yet found where you render/display the hymn content, but to use the json content I have submitted here, it would need a new render-er for the lyrics content to assemble the verse/refrain into html.
This is what have working in JavaScript/TypeScript for ionic/cordova: