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/L10N | Assignee: | 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 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
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)
+<h2>[% nnoverdue %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %][% END %] Shouldn't this be: +<h2>[% nnoverdue %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %]Item[% END %] ? Yes, thats ok. I missed it¡¡ In few hours I'll upload the correct patch. Created attachment 5616 [details] [review] Patch to change plural Created attachment 5667 [details] [review] Signed-off patch Simple patch, template only, much more logical from a translation standpoint. Marking as Passed QA Tiny template change, that helps translators, pushing |