i need python script to convert po file to localized json
A:
you might start here http://docs.python.org/library/gettext.html and here http://docs.python.org/library/json.html
lunixbochs
2010-04-23 04:18:08
you can also check out some utility files at http://po-utils.progiciels-bpi.ca
wescpy
2010-04-23 06:19:25
A:
http://jsgettext.berlios.de/ contains a .po to json converter (perl) - for python you can use polib (http://code.google.com/p/polib/ - sorry but i can only use one hyperlink per post :/) to access .po file contents and transform as desired
markus
2010-08-06 17:00:12