Open sandyboxy opened 1 year ago
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.
GoogleTranslator(source='auto', target='en).translate(<value>)
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.