New submission from Stephen George <steve_...@optusnet.com.au>: It seems that C:\Python26\Tools\i18n\msgfmt.py does not work with PO files that use plural form. Get the following error. ERROR Traceback (most recent call last): File "C:\Python26\Tools\i18n\msgfmt.py", line 203, in <module> main() File "C:\Python26\Tools\i18n\msgfmt.py", line 199, in main make(filename, outfile) File "C:\Python26\Tools\i18n\msgfmt.py", line 151, in make l = eval(l) File "<string>", line 1 _plural "%d generations" ^ SyntaxError: invalid syntax
---------- components: Demos and Tools files: de.po message_count: 1.0 messages: 83407 nosy: steve_geo nosy_count: 1.0 severity: normal status: open title: msgfmt.py does not work with plural form type: behavior versions: Python 2.6 Added file: http://bugs.python.org/file13289/de.po _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5464> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com