mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-14 07:58:56 +00:00
Fix for Dutch translation.
This commit is contained in:
parent
e3fe3fab4e
commit
39ec03da08
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class GoogleTranslator(BaseTranslator):
|
|||
element_tag='div',
|
||||
element_query={"class": "t0"},
|
||||
payload_key='q', # key of text in the url
|
||||
hl=self._target,
|
||||
tl=self._target,
|
||||
sl=self._source)
|
||||
|
||||
self._alt_element_query = {"class": "result-container"}
|
||||
|
|
Loading…
Add table
Reference in a new issue