nidhal baccouri
commited on
Commit
·
dce7e0b
1
Parent(s):
d120ba4
refactored googletrans
Browse files
deep_translator/google_trans.py
CHANGED
@@ -182,10 +182,4 @@ class GoogleTranslator(BaseTranslator):
|
|
182 |
return arr
|
183 |
|
184 |
|
185 |
-
|
186 |
-
# test proxy config
|
187 |
-
# proxies = None
|
188 |
-
# text = GoogleTranslator(source="en", target="de", proxies=proxies).translate("you are good")
|
189 |
-
# print(text)
|
190 |
-
import json
|
191 |
-
r = json.dump("nidhal")
|
|
|
182 |
return arr
|
183 |
|
184 |
|
185 |
+
|
|
|
|
|
|
|
|
|
|
|
|