Hi, > your implementation for template tag don't have any plural > support. You can probably add something like {% i18n ngettext(x, > 'singular', 'plural') %}, patch is attached (untested).
Yep, plural support was missing up to now. I took your patch and applied it and added some more stuff to smooth it out. Now there is a ngettext helper and ngettext i18n form. And there are unit tests for i18n templating. bye, Georg