i am using the http://i18next.com/ to translate a static website hosted on github gh-pages.
are there any tools that i can use to first extract from say the index.html file and create a index.po file where the translator can localize / internationalize the page and then use a tool like http://pypi.python.org/pypi/pojson to convert this po file to json to be used by i18next?