Translation to portuguese
jonathansutton1 opened this issue · 1 comments
jonathansutton1 commented
Hello, I'm interested in translating some exercises to portuguese. A lot of people here in Brazil are interested in practicing with these exercises, so this could make it more accessible for those people.
Thanks
patraabinash29 commented
from deep_translator import PonsTranslator
word = 'good'
translated_word = PonsTranslator(source='english', target='french').translate(word, return_all=False)