[Koha-bugs] [Bug 6925] The way to show the plural of a word is not compatible with multilanguage

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 27 14:05:29 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6925

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-09-27 12:05:29 UTC ---
+<h2>[% nnoverdue %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %][% END %]

Shouldn't this be:


+<h2>[% nnoverdue %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %]Item[% END
%]

?

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list