Tim Ruehsen wrote:
Some languages have plurals way weirder than n==1?s1:s2 (OTOH it's possible they aren't handled byAnother option would be to completely avoid ngettext() - we just use it at two places (spider.c and warc.c) (ngettext(s1,s2,n) --> n==1?s1:s2).
ngettext() either).
