https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602
--- Comment #48 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
