1
from google_trans_new import google_translator translator= google_translator() translated = translator.translate("i am a boy", lang_tgt = 'fr') translated_back = translator.translate(translated, lang_tgt = 'en') 

1 Answer 1

1

This library uses requests to the web interface. In case of overuse Google blocks you for a while because for an application you have to use Google Translate API. The problem may be there.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.