[I18n-sig] Plural forms

Barry A. Warsaw barry@python.org
Tue, 3 Sep 2002 08:32:52 -0400


>>>>> "MvL" == Martin v Loewis <martin@v.loewis.de> writes:

    >> Is there a chance for this feature to be included in Python
    >> 2.3? ...

    MvL> Certainly! Python 2.3 is still months away, and this sounds
    MvL> like a feature that can be added with little debate.

I just briefly (re-)skimmed the gettext manual section on plural
forms.  It looks like you'll also have to add support for this in
pygettext.py, in the .mo/.po header parsing routines, and (maybe?) in
msgfmt.py.

-Barry