[Koha-bugs] [Bug 27325] Fix singular/plural forms on the OPAC dashboard

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 8 23:07:10 CET 2021


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

Lucas Gass <lucas at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucas at bywatersolutions.com

--- Comment #5 from Lucas Gass <lucas at bywatersolutions.com> ---
This works good and it looks good. I think this is much cleaner looking than
the  with the (s). 
The plural and singular forms all work well for checkouts, overdues, holds
pending, holds waiting, and messages. 


The template is missing some filters though:


 FAIL   koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt
   FAIL   filters
                missing_filter at line 225 (                                   
            [% tn('checkout', 'checkouts', checkouts ) %])
                missing_filter at line 233 (                                   
            [% tn('overdue', 'overdues', overdues ) %])
                missing_filter at line 241 (                                   
            [% tn('hold pending', 'holds pending', holds_pending ) %])
                missing_filter at line 249 (                                   
            [% tn('hold waiting', 'holds waiting', holds_waiting ) %])
                missing_filter at line 266 (                                   
                [% tn('message', 'messages', patron_messages.count + 1 ) %])
                missing_filter at line 273 (                                   
                [% tn('message', 'messages', patron_messages.count ) %])

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


More information about the Koha-bugs mailing list