Issue
I am having a very big django.po file with all msgids populated. Now i need to substitute msgstr with the equivalent translated string.Every time i need to copy the string to google translator get the translated string and paste it to the file. Is there any too that can get the target language and populate all the msgstr's with the translated string?
Solution
You can try django-rosetta app. It has automatic ajax-based bing translation as an option.
https://github.com/mbi/django-rosetta
Answered By - Aidas Bendoraitis
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.