1
0
Fork 0

Rearrange lingva translate instances

Seems like a lot are 500-ing. May need to find alternatives soon.
This commit is contained in:
Lim Chee Aun 2023-10-25 00:14:26 +08:00
parent f19326528b
commit beff01c976

View file

@ -20,8 +20,8 @@ const throttle = pThrottle({
// Using other API instances instead of lingva.ml because of this bug (slashes don't work):
// https://github.com/thedaviddelta/lingva-translate/issues/68
const LINGVA_INSTANCES = [
'lingva.garudalinux.org',
'lingva.lunar.icu',
'lingva.garudalinux.org',
'translate.plausibility.cloud',
];
let currentLingvaInstance = 0;