[Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 7 15:29:27 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602

--- Comment #48 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Srdjan Jankovic from comment #47)
> (In reply to Jonathan Druart from comment #46)
> > Quick note: use String.format() when needed.
> 
> Money or somewhere else?

Hum? Money?
I am talking about that kind of generated strings:
$( '#recordedbooks-status' ).html( '<strong>' + _("Found") + ' ' + data.total +
' ' + _("results in the library's RecordedBooks collection.") + '</strong>' );

should be

_("Found %s results in the library's RecordedBooks
collection.").format(data.total)

But it was a not for myself.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list