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.
- [Django]-Django manytomany: adding multiple, non-unique relationships?
- [Django]-Django data migration – class variable unavailable via get_model()
- [Django]-Geodjango distance btw points in two models
Source:stackexchange.com