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

paxed <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #45 from paxed <[email protected]> ---
>From i18n viewpoint, hard-coded plural forms are not good:

    [% IF acquisition_details.total_quantity == 1 %]
      1 item is on order.
    [% ELSE %]
      [% acquisition_details.total_quantity %] items are on order.
    [% END %]

See also:
http://www.gnu.org/savannah-checkouts/gnu/gettext/manual/html_node/Plural-forms.html

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to