[Django]-Automatically generating Piratespeak .po/gettext/translations for i18n testing?

4👍

Turns out no-one has done this before. So I wrote a python script to do it myself to piratify a .po file

2👍

I tweeked existing auto translators to use microsoft’s service instead of google’s after google translation became paid service

You can find python code here –

http://djangosnippets.org/snippets/2679/

With the just effort of 1 hour I wrote this django app to translate the po file online. You can find the website here –

http://potranslate.prabhatgupta.com/

I hoope it helps.

Leave a comment