summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--services.json11
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 02701d1..3f30a6c 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ For example:
| [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
| [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
diff --git a/services.json b/services.json
index cb30992..e98eea0 100644
--- a/services.json
+++ b/services.json
@@ -168,6 +168,17 @@
]
},
{
+ "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",
"test_url": "/search?cookies_disabled=1&q=<%=query%>",
"fallback": "https://whoogle.fossho.st",