Roundup Tracker - Issues

Message2778

Author a1s
Recipients
Date 2005-11-23.07:46:34
Message-id
In-reply-to
Logged In: YES 
user_id=8719

checked in.  thank you.

by the way, your plural forms formula is somewhat funny (no
offense!).  it's quite different from what i'd use for
latvian (((n % 10) == 0) || ((n > 10) && (n < 20)) ? 2 : (n
% 10) == 1 ? 0 : 1), and it took me some time to understand
that it does essentially the same thing.
History
Date User Action Args
2009-02-03 14:23:04adminlinkissue1363630 messages
2009-02-03 14:23:04admincreate