Issue 5464: msgfmt.py does not work with plural form (original) (raw)

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 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 "", line 1 _plural "%d generations" ^ SyntaxError: invalid syntax