unfoldingWord-dev / uw-android

Android unfoldingWord app
Other
9 stars 4 forks source link

Single Chapter Reference #160

Closed jag3773 closed 8 years ago

jag3773 commented 8 years ago

Please make sure that we implement what is described here: https://github.com/unfoldingWord-dev/ts-android/issues/756#issuecomment-151969555. Each individual Psalm should be referred to as "Psalm {digit}" rather than "Psalms {digit}".

dwsolberg commented 8 years ago

Two Questions:

  1. Should we do the same with Proverbs?
  2. Is this a way we can add this to the JSON? Otherwise, there's really no way to do this in other languages unless we get the singular translation for each one.
GottaGetSwifty commented 8 years ago

I was thinking the same thing. Especially if there could be language specific changes in the future.

jag3773 commented 8 years ago

@dwsolberg @PeeJWeeJ Per the comment I referenced above, the correct way to refer to a single chapter will be in the "\cl" key in the USFM (if it differs from the normal book name). Does that make sense? In English we still say "Proverbs 29".

jag3773 commented 8 years ago

Latest USFM now has this in Psalms, see https://github.com/unfoldingWord/ulb-en/blob/master/19-PSA.usfm#L14.

dwsolberg commented 8 years ago

Done in iOS.

GottaGetSwifty commented 8 years ago

Done on Android