this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rearrange lingva translate instances

Seems like a lot are 500-ing. May need to find alternatives soon.

+1 -1
+1 -1
src/components/translation-block.jsx
··· 20 20 // Using other API instances instead of lingva.ml because of this bug (slashes don't work): 21 21 // https://github.com/thedaviddelta/lingva-translate/issues/68 22 22 const LINGVA_INSTANCES = [ 23 - 'lingva.garudalinux.org', 24 23 'lingva.lunar.icu', 24 + 'lingva.garudalinux.org', 25 25 'translate.plausibility.cloud', 26 26 ]; 27 27 let currentLingvaInstance = 0;