kuspia
commited on
Update google_trans.py
Browse files
deep_translator/google_trans.py
CHANGED
@@ -36,7 +36,7 @@ class GoogleTranslator(BaseTranslator):
|
|
36 |
element_tag='div',
|
37 |
element_query={"class": "t0"},
|
38 |
payload_key='q', # key of text in the url
|
39 |
-
|
40 |
sl=self._source,
|
41 |
**kwargs)
|
42 |
|
|
|
36 |
element_tag='div',
|
37 |
element_query={"class": "t0"},
|
38 |
payload_key='q', # key of text in the url
|
39 |
+
tl=self._target,
|
40 |
sl=self._source,
|
41 |
**kwargs)
|
42 |
|