From beff01c9767ba674eb7c3d48a43b45b5b73440d1 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 25 Oct 2023 00:14:26 +0800 Subject: [PATCH] Rearrange lingva translate instances Seems like a lot are 500-ing. May need to find alternatives soon. --- src/components/translation-block.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/translation-block.jsx b/src/components/translation-block.jsx index 339d4ca9..d186d9f8 100644 --- a/src/components/translation-block.jsx +++ b/src/components/translation-block.jsx @@ -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;