Sara Fwd wrote: > Hi all > Is there a module for processing & handling '.po' > files in python? > [...]
I don't know if there is a module for processing them, but Python comes with msgfmt.py (in Tools/i18n) which creates .mo files out of your .po files. So read the source and see if there's something in there which you can use! Bye, Dennis -- http://mail.python.org/mailman/listinfo/python-list