Merge pull request #15729 from rgaricano/dev-issues_15728

Fix: some FileItemModal.svelte strings to i18n
This commit is contained in:
Tim Jaeryang Baek
2025-07-15 20:49:34 +04:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -133,9 +133,9 @@
>
<div class="flex items-center gap-1.5 text-xs">
{#if enableFullContent}
Using Entire Document
$i18n.t('Using Entire Document')
{:else}
Using Focused Retrieval
$i18n.t(`Using Focused Retrieval')
{/if}
<Switch
bind:state={enableFullContent}

View File

@@ -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:": "",