From e1e44b2db8b588ebc73f549d54dc756f60370e04 Mon Sep 17 00:00:00 2001 From: claude code agent 227 Date: Sun, 21 Jun 2026 05:46:36 +0300 Subject: [PATCH] i18n(ai-chat): add the missing ru-RU typing-indicator keys (#109) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ru-RU had only '{{name}} is typing…' but not 'AI agent' / 'AI agent is typing…', so the Russian typing indicator was mixed-language. Add them (AI-агент / AI-агент печатает…) grouped with the named key. en-US is already complete; other locales intentionally keep the en-US fallback (full translation is a separate effort). Co-Authored-By: Claude Opus 4.8 --- apps/client/public/locales/ru-RU/translation.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/client/public/locales/ru-RU/translation.json b/apps/client/public/locales/ru-RU/translation.json index 8c91dd5a..8023df3b 100644 --- a/apps/client/public/locales/ru-RU/translation.json +++ b/apps/client/public/locales/ru-RU/translation.json @@ -668,6 +668,8 @@ "AI search": "Поиск ИИ", "AI Answer": "Ответ ИИ", "Ask AI": "Спросить ИИ", + "AI agent": "AI-агент", + "AI agent is typing…": "AI-агент печатает…", "{{name}} is typing…": "{{name}} печатает…", "AI is thinking...": "ИИ обрабатывает запрос...", "Thinking": "Думаю",