[Zope3-dev] zope.i18n and "plural forms"
Barry Warsaw
barry@python.org
27 Jun 2003 14:58:31 -0400
On Fri, 2003-06-27 at 14:54, Phillip J. Eby wrote:
> I've noticed that neither Python nor Zope appear to support GNU gettext's
> "plural forms" support:
>
> http://www.gnu.org/manual/gettext/html_chapter/gettext_10.html#SEC150
>
> Is there any plan to add this? I can probably whip up a parser for the
> expression format, if that's an issue.
You should start with Python 2.3's gettext.py module. It has support
for plural forms, including parsers for the expression format.
-Barry