Reputation: 83818
How does pluralization in Chameleon templates?
I didn't manage to find examples in the documentation.
For, example could be having output
<span>1 car</span>
and
<span>2 cars</span>
Upvotes: 1
Views: 264
Reputation: 5318
Chameleon takes its i18n syntax from Zope pagetemplates, which does unfortunately not support pluralization.
Upvotes: 1