From 572bc63bd8f2a89318b7ce64eb344114d1235891 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Thu, 23 Jul 2026 23:43:38 +0530 Subject: [PATCH] docs: remove unsupported `threadDepthExceededMessage` translation The key only exists in DocSearch v5 - @docsearch/js 4.6.3 ignores it. Co-Authored-By: Claude Fable 5 --- docs/es/config.ts | 2 -- docs/fa/config.ts | 2 -- docs/ja/config.ts | 2 -- docs/ko/config.ts | 2 -- docs/pt/config.ts | 2 -- docs/ru/config.ts | 2 -- docs/snippets/algolia-i18n.ts | 1 - docs/zh/config.ts | 1 - 8 files changed, 14 deletions(-) diff --git a/docs/es/config.ts b/docs/es/config.ts index 382ad71b..bb31ca42 100644 --- a/docs/es/config.ts +++ b/docs/es/config.ts @@ -267,8 +267,6 @@ function searchOptions(): Partial { afterToolCallText: 'Buscado', stoppedStreamingText: 'Has detenido esta respuesta', errorTitleText: 'Error de chat', - threadDepthExceededMessage: - 'Esta conversación se ha cerrado para mantener respuestas precisas.', startNewConversationButtonText: 'Iniciar una nueva conversación' } } diff --git a/docs/fa/config.ts b/docs/fa/config.ts index c3b34727..c8deee05 100644 --- a/docs/fa/config.ts +++ b/docs/fa/config.ts @@ -264,8 +264,6 @@ function searchOptions(): Partial { afterToolCallText: 'جستجو برای', stoppedStreamingText: 'شما این پاسخ را متوقف کردید', errorTitleText: 'خطای گفتگو', - threadDepthExceededMessage: - 'برای حفظ دقت پاسخ ها، این گفت وگو بسته شد.', startNewConversationButtonText: 'شروع گفت وگوی جدید' } } diff --git a/docs/ja/config.ts b/docs/ja/config.ts index bc92b006..c2119b10 100644 --- a/docs/ja/config.ts +++ b/docs/ja/config.ts @@ -231,8 +231,6 @@ function searchOptions(): Partial { afterToolCallText: '検索しました', stoppedStreamingText: 'この応答を停止しました', errorTitleText: 'チャットエラー', - threadDepthExceededMessage: - '回答の正確性を保つため、この会話は終了しました。', startNewConversationButtonText: '新しい会話を開始' } } diff --git a/docs/ko/config.ts b/docs/ko/config.ts index 7a275cd3..22a96ed8 100644 --- a/docs/ko/config.ts +++ b/docs/ko/config.ts @@ -303,8 +303,6 @@ function searchOptions(): Partial { afterToolCallText: '검색함', stoppedStreamingText: '이 응답을 중지했습니다', errorTitleText: '채팅 오류', - threadDepthExceededMessage: - '정확성을 유지하기 위해 이 대화는 종료되었습니다.', startNewConversationButtonText: '새 대화 시작' } } diff --git a/docs/pt/config.ts b/docs/pt/config.ts index 193eb2f4..5431fc36 100644 --- a/docs/pt/config.ts +++ b/docs/pt/config.ts @@ -264,8 +264,6 @@ function searchOptions(): Partial { afterToolCallText: 'Pesquisado', stoppedStreamingText: 'Você interrompeu esta resposta', errorTitleText: 'Erro no chat', - threadDepthExceededMessage: - 'Esta conversa foi encerrada para manter respostas precisas.', startNewConversationButtonText: 'Iniciar uma nova conversa' } } diff --git a/docs/ru/config.ts b/docs/ru/config.ts index 86f8452a..129a5db3 100644 --- a/docs/ru/config.ts +++ b/docs/ru/config.ts @@ -262,8 +262,6 @@ function searchOptions(): Partial { afterToolCallText: 'Искал', stoppedStreamingText: 'Вы остановили этот ответ', errorTitleText: 'Ошибка чата', - threadDepthExceededMessage: - 'Этот разговор закрыт, чтобы сохранить точность ответов.', startNewConversationButtonText: 'Начать новый разговор' } } diff --git a/docs/snippets/algolia-i18n.ts b/docs/snippets/algolia-i18n.ts index c57816c3..0dfa5107 100644 --- a/docs/snippets/algolia-i18n.ts +++ b/docs/snippets/algolia-i18n.ts @@ -89,7 +89,6 @@ export default defineConfig({ afterToolCallText: '已搜索', stoppedStreamingText: '你已停止此回复', errorTitleText: '聊天错误', - threadDepthExceededMessage: '为保持回答准确,此对话已关闭。', startNewConversationButtonText: '开始新的对话' } } diff --git a/docs/zh/config.ts b/docs/zh/config.ts index 9769c1a9..99fbdf86 100644 --- a/docs/zh/config.ts +++ b/docs/zh/config.ts @@ -250,7 +250,6 @@ function searchOptions(): Partial { afterToolCallText: '已搜索', stoppedStreamingText: '你已停止此回复', errorTitleText: '聊天错误', - threadDepthExceededMessage: '为保持回答准确,此对话已关闭。', startNewConversationButtonText: '开始新的对话' } }