From 01054624ef5962dd2bd95c6a92e4c376acbd669a Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:31:48 +0000 Subject: [PATCH] Restore on-device translation from overflow menu (#10850) --- src/components/PostControls/index.tsx | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/src/components/PostControls/index.tsx b/src/components/PostControls/index.tsx --- a/src/components/PostControls/index.tsx +++ b/src/components/PostControls/index.tsx @@ -54,7 +54,7 @@ threadgateRecord, onShowLess, viaRepost, variant, - forceGoogleTranslate = true, + forceGoogleTranslate = false, }: { big?: boolean post: Shadow -- tangled.sh