You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
translated = GoogleTranslator(source='auto', target='german').translate(text=text)
# Alternatively, you can pass languages by their abbreviation:
translated = GoogleTranslator(source='en', target='de').translate(text=text)
I tried few examples with Google Translator, which works fine. But if I use this package in production,
@SalehDehqanpour good point: deep-translator is using the endpoint https://translate.google.com/m (source: deep_translator/constants.py) and I wasn't able to find any confirmation on Google's site that this endpoint really is OK for third-party use. If it's not, then the limits are undocumented and it could stop working at any time.
Code
I tried few examples with Google Translator, which works fine. But if I use this package in production,
Any help on this is much appreciated.
The text was updated successfully, but these errors were encountered: