oliverschwendener / ueli

Cross-Platform Keystroke Launcher
https://ueli.app
MIT License
3.66k stars 242 forks source link

Fix translation plugin #1064

Closed tkohlmeier closed 9 months ago

tkohlmeier commented 9 months ago

This fixes #999 by updating translation plugin to use v2 linguee api.

Note that this is not an official API and does not work for all words.

Works fine: https://linguee-api.fly.dev/api/v2/translations?query=tree&src=en&dst=de

Returns Internal Server Error: https://linguee-api.fly.dev/api/v2/translations?query=order&src=en&dst=de

So we should find a better API.