[Koha-bugs] [Bug 33174] Have better indication when one is cancelling multiple holds on a record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 9 22:21:45 CET 2023


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |oleonard at myacpl.org

--- Comment #4 from Katrin Fischer <katrin.fischer at 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,_context,_and_more_RFC

[% 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.


More information about the Koha-bugs mailing list