Skip to content

Commit

Permalink
Rearrange lingva translate instances
Browse files Browse the repository at this point in the history
Seems like a lot are 500-ing. May need to find alternatives soon.
  • Loading branch information
cheeaun committed Oct 24, 2023
1 parent f193265 commit beff01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/translation-block.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit beff01c

Please sign in to comment.