[Patches] [ python-Patches-700839 ] various gettext fixes

SourceForge.net noreply@sourceforge.net
Mon, 10 Mar 2003 08:14:05 -0800


Patches item #700839, was opened at 2003-03-10 15:22
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=700839&group_id=5470

Category: Library (Lib)
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Juan David Ibáñez Palomar (jdavid)
Assigned to: Nobody/Anonymous (nobody)
Summary: various gettext fixes

Initial Comment:
>From a message from Bruno Haible [1] here there is a
patch that fixes several gettext bugs:

- The ! operator was treated incorrectly if not
  followed by an space.

- Now unbalanced parentheses in a plural forms
  expression give a more meaningful error.

- Provide a plural forms expression default as
  libintl and msgfmt do.

- Don't test that the header entry starts with
  'Project-Id-Version:', the PO format does not
  require it.



[1]
http://mail.python.org/pipermail/i18n-sig/2003-February/001543.html

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-03-10 17:14

Message:
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as gettext.py 1.17.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=700839&group_id=5470