From 120b8f2a838c7ba70c20dbab7dd34253dbd1292a Mon Sep 17 00:00:00 2001 From: _00_ <131402327+rgaricano@users.noreply.github.com> Date: Tue, 15 Jul 2025 14:05:10 +0200 Subject: [PATCH] fix: update FileItemModal.svelte- locales strings add strings "Using Entire Document" and "Using Focused Retrieval" to i18n locales, to address issue: #15728 --- src/lib/i18n/locales/en-US/translation.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index 01669336f7..40ebaf0ddc 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -1396,6 +1396,8 @@ "User Webhooks": "", "Username": "", "Users": "", + "Using Entire Document": "", + "Using Focused Retrieval": "", "Using the default arena model with all models. Click the plus button to add custom models.": "", "Utilize": "", "Valid time units:": "",