[Bug 6925] New: The way to show the plural of a word is not compatible with multilanguage
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6925 Bug #: 6925 Summary: The way to show the plural of a word is not compatible with multilanguage Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: translate.koha-community.org AssignedTo: chris@bigballofwax.co.nz ReportedBy: juan.sieira@xercode.es QAContact: koha-bugs@lists.koha-community.org Created attachment 5604 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5604 Patch to change plural In circ/overdue.tt to show the plural of "Item" word just adding the character "s" is not compatible with multilanguage. When the po of a language is generated, will appear this "s", and it's very confused. To test it apply the patch and navigate to Circulation->Overdues -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6925 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Status|NEW |ASSIGNED Component|translate.koha-community.or |I18N/L10N |g | Patch Status|--- |Needs Signoff AssignedTo|chris@bigballofwax.co.nz |juan.sieira@xercode.es -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6925 --- Comment #1 from Owen Leonard <oleonard@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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6925 --- Comment #2 from Juan Romay Sieira <juan.sieira@xercode.es> 2011-09-27 16:48:11 UTC --- Yes, thats ok. I missed it¡¡ In few hours I'll upload the correct patch. -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6925 Juan Romay Sieira <juan.sieira@xercode.es> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5604|0 |1 is obsolete| | --- Comment #3 from Juan Romay Sieira <juan.sieira@xercode.es> 2011-09-27 16:55:51 UTC --- Created attachment 5616 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5616 Patch to change plural -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6925 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5616|0 |1 is obsolete| | --- Comment #4 from Owen Leonard <oleonard@myacpl.org> 2011-09-30 18:24:03 UTC --- Created attachment 5667 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5667 Signed-off patch -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6925 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6925 Ian Walls <ian.walls@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls@bywatersolutions. | |com Patch Status|Signed Off |Passed QA --- Comment #5 from Ian Walls <ian.walls@bywatersolutions.com> 2011-10-12 21:26:24 UTC --- Simple patch, template only, much more logical from a translation standpoint. Marking as Passed QA -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6925 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|Passed QA |Patch Pushed --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> 2011-10-13 03:20:49 UTC --- Tiny template change, that helps translators, pushing -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6925 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent (DO NOT USE) |P5 - low Status|Pushed to Master |RESOLVED Patch complexity|--- |Trivial patch Resolution|--- |FIXED -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org