From b22e7c06a7c0f7924b3ee763f676fc464116879b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 23 Nov 2023 14:21:18 +0800 Subject: [PATCH] Test new instance of Lingva Translate --- src/components/translation-block.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/translation-block.jsx b/src/components/translation-block.jsx index d186d9f8..62cb7a56 100644 --- a/src/components/translation-block.jsx +++ b/src/components/translation-block.jsx @@ -20,6 +20,7 @@ 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.phanpy.social', 'lingva.lunar.icu', 'lingva.garudalinux.org', 'translate.plausibility.cloud',