common language interface and wordreference backend
Conflicts: modules/wordreference/pages.py weboob/applications/translaboob/translaboob.py
This commit is contained in:
parent
9efbeff8a4
commit
657e2213ac
11 changed files with 287 additions and 19 deletions
|
|
@ -35,7 +35,7 @@ class GoogleTranslateBrowser(BaseBrowser):
|
|||
PAGES = {
|
||||
'https?://translate\.google\.com': TranslatePage
|
||||
}
|
||||
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
BaseBrowser.__init__(self, *args, **kwargs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue