1
0
Fork 0
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:
morpheus65535 2021-02-03 18:04:54 -05:00
parent e3fe3fab4e
commit 39ec03da08

View file

@ -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"}