https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33174 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |oleonard@myacpl.org --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I like this, but I am not sure if we couldn't do a little better accounting for singular/plural forms and translations here. At the moment we have: ---------- Are you sure you want to cancel this hold? This action will cancel <span class='badge'>%s</span> hold(s) ---------- I wonder if we could use something like below with JavaScript too? https://wiki.koha-community.org/wiki/Internationalization,_plural_forms,_con... [% tnpx('bibliographic record', 'there is {count} item', 'there are {count} items', items.count, { count = items.count }) %] Failed for feedback. -- You are receiving this mail because: You are watching all bug changes.