Bug 6925

Summary: The way to show the plural of a word is not compatible with multilanguage
Product: Koha Reporter: Juan Romay Sieira <juan.sieira>
Component: I18N/L10NAssignee: Juan Romay Sieira <juan.sieira>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: P5 - low CC: chris, koha.sekjal
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Patch to change plural
Patch to change plural
Signed-off patch

Description Juan Romay Sieira 2011-09-27 10:08:55 UTC Comment hidden (obsolete)
Comment 1 Owen Leonard 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 %]

?
Comment 2 Juan Romay Sieira 2011-09-27 16:48:11 UTC
Yes, thats ok. I missed it¡¡ In few hours I'll upload the correct patch.
Comment 3 Juan Romay Sieira 2011-09-27 16:55:51 UTC Comment hidden (obsolete)
Comment 4 Owen Leonard 2011-09-30 18:24:03 UTC
Created attachment 5667 [details] [review]
Signed-off patch
Comment 5 Ian Walls 2011-10-12 21:26:24 UTC
Simple patch, template only, much more logical from a translation standpoint.  Marking as Passed QA
Comment 6 Chris Cormack 2011-10-13 03:20:49 UTC
Tiny template change, that helps translators, pushing