From 8f64a6e6affc4c39de8f07bbb46e9e3bcc5c0b14 Mon Sep 17 00:00:00 2001 From: Sergei Date: Tue, 27 Jan 2026 16:37:38 -0800 Subject: [PATCH] Change STT language from English to Russian (ru-RU) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/(tabs)/_layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx index 2f46eec..fcf4c00 100644 --- a/app/(tabs)/_layout.tsx +++ b/app/(tabs)/_layout.tsx @@ -79,6 +79,7 @@ export default function TabLayout() { stopListening, isListening: sttIsListening, } = useSpeechRecognition({ + lang: 'ru-RU', continuous: true, interimResults: true, onVoiceDetected: handleVoiceDetected,