implement non-default plural rules for ngettext translations
authorRich Felker <dalias@aerifal.cx>
Mon, 28 Jul 2014 22:04:15 +0000 (18:04 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 28 Jul 2014 22:04:15 +0000 (18:04 -0400)
commit73d2a3bfda462eebe8291eb788ef8be567a9add8
tree00a8d3cf08a4d7c27dbd9cf616d742dcf075d05b
parentc0284b372ca26fe8ea15bb76395c8bff2c444ba9
implement non-default plural rules for ngettext translations

the new code in dcngettext was written by me, and the expression
evaluator by Szabolcs Nagy (nsz).
src/locale/dcngettext.c
src/locale/pleval.c [new file with mode: 0644]