Re: [evolution-patches] [PATCH] Use ngettext (partitially)



please stop sending compressed patches to the list, they'll just get ignored.


On Sat, 2003-12-13 at 19:01 +0100, Christian Neumair wrote:
More info on ngettext can be found under [1]. It's already used by most
of the GNOME core software, at least on HEAD.
Don't wonder if something like
if (count > 5)
	const *str = ngettext ("%d time", "%d times", count);
happens. Some non-roman languages really need this grammatically-wise.

regs,
 Chris

[1] http://www.die.net/doc/linux/man/man3/ngettext.3.html


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]