http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11169 paxed <pasi.kallinen@pttk.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pasi.kallinen@pttk.fi --- Comment #45 from paxed <pasi.kallinen@pttk.fi> ---
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-fo... -- You are receiving this mail because: You are watching all bug changes.