deep-translator
deep-translator copied to clipboard
Whitelist for translating sources
Hello,
I am using this piece of code to translate my text: GoogleTranslator(source='auto', target='en).translate(<value>).
Is there a way to set a whitelist of languages to not translate? For example to avoid to translate english text.
Thanks.