SUMIT KUMAR
SUMIT KUMAR

Reputation: 153

How to auto-translate other-languages fiels using django-modeltranslation

Is there any way in which the other-languages fields can be auto-translated

enter image description here

Like in this picture I want to auto-translate the Name[pt] , Body[pt] fields by seeing the (en)-fields.

Upvotes: 0

Views: 304

Answers (1)

root
root

Reputation: 337

You'll have to use third party service for auto translation. You can use https://www.transifex.com. Call the transfix api when inserting data into your model.

Upvotes: 0

Related Questions