yukuku / androidbible

Open Source Bible for Android
https://alkitab.app
Apache License 2.0
311 stars 174 forks source link

.yet file, numbering problem #91

Open joielechong opened 1 year ago

joielechong commented 1 year ago

I'm trying to write a .yet file for a bible translation. I've found that there are some verses that sharing multiple numbers, for example:

5 text 6-7 text 8 text

I've tried added the following lines, but its not working: verse 1 1 6-7 text

How to write it correctly?

Thank you very much for the help.

Update: Related text: 85d63709-9401-403d-9723-cab1cdcf7c1d

maximurm commented 1 year ago

The compiler may not allow you to skip verses. You can try this: 5 text 6 6-7 text 7 empty text (this verse and verse number will be hidden in the frontend) 8 text

On Wed, Apr 26, 2023 at 1:17 PM Joielechong @.***> wrote:

I'm trying to write a .yet file for a bible translation. I've found that there are some verses that sharing multiple numbers, for example:

5 text 6-7 text 8 text

I've tried added the following lines, but its not working: verse 1 1 6-7 text

How to write it correctly?

Thank you very much for the help.

— Reply to this email directly, view it on GitHub https://github.com/yukuku/androidbible/issues/91, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFIIXUYLPQTDF53DET43CTLXDDY5DANCNFSM6AAAAAAXMG6EGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

joielechong commented 1 year ago

Your suggestion is worked, but the result isn't blended with the rest of the verses numbering in the app. If there is no another way, I will use your suggestion.