Tim Ruehsen wrote:
Another 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).
Some languages have plurals way weirder than n==1?s1:s2 (OTOH it's possible they aren't handled by

ngettext() either).



Reply via email to