Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Fix Version/s: None
-
Component/s: locales
-
Labels:None
Description
The function VerseKey::getBookFromAbbrev failed to lookup a couple of books when the Portuguese book name is used. This is in sword 1.8.1.
The locales.d/pt-utf8.conf file has incorrect abbreviations for Judith and Wisdom. The correct abbreviations as seen in canon_catholic.h are "Jdt" and "Wis". Here is my diff after I corrected the problem.
diff pt-utf8.conf.orig pt-utf8.conf
117,118c117,118
< JUDITE=Jth
< JDT=Jth
—
> JUDITE=Jdt
> JDT=Jdt
134,135c134,135
< SABEDORIA=Ws
< SB=Ws
—
> SABEDORIA=Wis
> SB=Wis