kopia lustrzana https://github.com/cheeaun/phanpy
Rearrange lingva translate instances
Seems like a lot are 500-ing. May need to find alternatives soon.pull/272/head
rodzic
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):
|
// Using other API instances instead of lingva.ml because of this bug (slashes don't work):
|
||||||
// https://github.com/thedaviddelta/lingva-translate/issues/68
|
// https://github.com/thedaviddelta/lingva-translate/issues/68
|
||||||
const LINGVA_INSTANCES = [
|
const LINGVA_INSTANCES = [
|
||||||
'lingva.garudalinux.org',
|
|
||||||
'lingva.lunar.icu',
|
'lingva.lunar.icu',
|
||||||
|
'lingva.garudalinux.org',
|
||||||
'translate.plausibility.cloud',
|
'translate.plausibility.cloud',
|
||||||
];
|
];
|
||||||
let currentLingvaInstance = 0;
|
let currentLingvaInstance = 0;
|
||||||
|
|
Ładowanie…
Reference in New Issue