Vox Populi(x) forum

Alexandria Book Library => Errori (Bugs) => Topic started by: Slacker on 07 June 2026, 11:51:30

Title: COM_ABOOK_AUTHOR_THIS-BOOK is this a typo?
Post by: Slacker on 07 June 2026, 11:51:30
In language file for site. Line 87 is this:
COM_ABOOK_AUTHOR_THIS-BOOK="Authors of this book"
Should it be:
COM_ABOOK_AUTHOR_THIS_BOOK="Authors of this book"
Title: Re: COM_ABOOK_AUTHOR_THIS-BOOK is this a typo?
Post by: Slacker on 07 June 2026, 13:59:14
The problem with this was that the string was not translated to swedish but was in english. But if I changed to: COM_ABOOK_AUTHOR_THIS_BOOK in the english and swedish language files and in components\com_abook\views\book\tmpl\default.php it was translated.