7 Nov
2017
7 Nov
'17
7:29 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #48 from Jonathan Druart <jonathan.druart@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.