Support lingva translate service
https://github.com/TheDavidDelta/lingva-translate
This commit is contained in:
parent
10a7ffa938
commit
0745b814a5
2 changed files with 12 additions and 0 deletions
|
@ -30,6 +30,7 @@ For example:
|
||||||
| [Whoogle](https://github.com/benbusby/whoogle-search) | Search "Elixir" | https://farside.link/whoogle/search?q=elixir
|
| [Whoogle](https://github.com/benbusby/whoogle-search) | Search "Elixir" | https://farside.link/whoogle/search?q=elixir
|
||||||
| [Searx](https://github.com/searx/searx) | Search "Redis" | https://farside.link/searx/search?q=redis
|
| [Searx](https://github.com/searx/searx) | Search "Redis" | https://farside.link/searx/search?q=redis
|
||||||
| [SimplyTranslate](https://git.sr.ht/~metalune/simplytranslate_web) | Translate "hola" | https://farside.link/simplytranslate/?engine=google&text=hola
|
| [SimplyTranslate](https://git.sr.ht/~metalune/simplytranslate_web) | Translate "hola" | https://farside.link/simplytranslate/?engine=google&text=hola
|
||||||
|
| [Lingva](https://github.com/TheDavidDelta/lingva-translate) | Translate "bonjour" | https://farside.link/lingva/auto/en/bonjour
|
||||||
|
|
||||||
## How It Works
|
## How It Works
|
||||||
|
|
||||||
|
|
|
@ -167,6 +167,17 @@
|
||||||
"https://translate.riverside.rocks"
|
"https://translate.riverside.rocks"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "lingva",
|
||||||
|
"test_url": "/auto/en/hola",
|
||||||
|
"fallback": "https://lingva.ml",
|
||||||
|
"instances": [
|
||||||
|
"https://lingva.ml",
|
||||||
|
"https://translate.alefvanoon.xyz",
|
||||||
|
"https://translate.igna.rocks",
|
||||||
|
"https://lingva.pussthecat.org"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "whoogle",
|
"type": "whoogle",
|
||||||
"test_url": "/search?cookies_disabled=1&q=<%=query%>",
|
"test_url": "/search?cookies_disabled=1&q=<%=query%>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue