[Pidgin] #15221: Pidgin contains incorrect locale file header for hr locale.
Pidgin
trac at pidgin.im
Sun Feb 10 22:52:10 EST 2013
#15221: Pidgin contains incorrect locale file header for hr locale.
-------------------------+---------------------------
Reporter: pengwang | Owner: rekkanoryo
Type: translation | Status: new
Milestone: | Component: unclassified
Version: 2.10.4 | Resolution:
Keywords: plural form |
-------------------------+---------------------------
Comment (by MarkDoliner):
The gettext manual disagrees with you:
{{{
Three forms, special cases for numbers ending in
1 and 2, 3, 4, except those ending in 1[1-4]
The header entry would look like this:
Plural-Forms: nplurals=3; \
plural=n%10==1 && n%100!=11 ? 0 : \
n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;
}}}
(it's the second match for "Croatian" at
http://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms)
--
Ticket URL: <https://developer.pidgin.im/ticket/15221#comment:1>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list