Rearrange lingva translate instances
Seems like a lot are 500-ing. May need to find alternatives soon.
This commit is contained in:
parent
f19326528b
commit
beff01c976
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue