diff options
| author | potato <mail@crazypotato.tk> | 2016-09-06 15:40:07 +0200 |
|---|---|---|
| committer | potato <mail@crazypotato.tk> | 2016-09-06 15:40:07 +0200 |
| commit | ab471fd13b3891a5a924e8c2cd18a1079e7ac8e0 (patch) | |
| tree | 644844230a77b2ca2c992e53f322fec92ac8ce04 /searx/settings.yml | |
| parent | 22bd39fd42e469339ff1ccac9f8c16cc00f52211 (diff) | |
[enh] mymemory translated engine added for multi-word translations
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index ce768ce81..ba5824bb1 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -499,6 +499,14 @@ engines: engine : dictzone shortcut : dc + - name : mymemory translated + engine : translated + shortcut : tl + timeout : 5.0 + # You can use without an API key, but you are limited to 1000 words/day + # See : http://mymemory.translated.net/doc/usagelimits.php + # api_key : '' + #The blekko technology and team have joined IBM Watson! -> https://blekko.com/ # - name : blekko images # engine : blekko_images |