From abba7c128c2b38199ff1a50a9de1fb277d4c840a Mon Sep 17 00:00:00 2001 From: Erik Date: Tue, 1 Apr 2025 08:21:03 +0200 Subject: [PATCH 1/2] [FEAT]-Adjust Translations for temporary chat --- .../components/chat/ChatPlaceholder.svelte | 20 ++++++++++--------- src/lib/components/chat/Placeholder.svelte | 20 ++++++++++--------- src/lib/i18n/locales/de-DE/translation.json | 5 +++-- src/lib/i18n/locales/en-GB/translation.json | 1 + src/lib/i18n/locales/en-US/translation.json | 1 + 5 files changed, 27 insertions(+), 20 deletions(-) diff --git a/src/lib/components/chat/ChatPlaceholder.svelte b/src/lib/components/chat/ChatPlaceholder.svelte index 9804dcaca..99eb8cbce 100644 --- a/src/lib/components/chat/ChatPlaceholder.svelte +++ b/src/lib/components/chat/ChatPlaceholder.svelte @@ -29,6 +29,8 @@ $: models = modelIds.map((id) => $_models.find((m) => m.id === id)); + const tempChatTooltipText = 'This chat won’t appear in history and your messages will not be saved.'; + onMount(() => { mounted = true; }); @@ -67,15 +69,15 @@ {#if $temporaryChatEnabled} - -
- Temporary Chat -
-
+ +
+ {$i18n.t('Temporary Chat')} +
+
{/if}
$_models.find((m) => m.id === id)); + const tempChatTooltipText = 'This chat won’t appear in history and your messages will not be saved.'; + onMount(() => {});
{#if $temporaryChatEnabled} - -
- Temporary Chat -
-
+ +
+ {$i18n.t('Temporary Chat')} +
+
{/if}
Date: Tue, 1 Apr 2025 09:06:15 +0200 Subject: [PATCH 2/2] upated like in PR discussed --- src/lib/components/chat/ChatPlaceholder.svelte | 4 +--- src/lib/components/chat/Placeholder.svelte | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/lib/components/chat/ChatPlaceholder.svelte b/src/lib/components/chat/ChatPlaceholder.svelte index 99eb8cbce..43fc94aeb 100644 --- a/src/lib/components/chat/ChatPlaceholder.svelte +++ b/src/lib/components/chat/ChatPlaceholder.svelte @@ -28,8 +28,6 @@ } $: models = modelIds.map((id) => $_models.find((m) => m.id === id)); - - const tempChatTooltipText = 'This chat won’t appear in history and your messages will not be saved.'; onMount(() => { mounted = true; @@ -70,7 +68,7 @@ {#if $temporaryChatEnabled} diff --git a/src/lib/components/chat/Placeholder.svelte b/src/lib/components/chat/Placeholder.svelte index db70d7602..be700ab00 100644 --- a/src/lib/components/chat/Placeholder.svelte +++ b/src/lib/components/chat/Placeholder.svelte @@ -86,8 +86,6 @@ } $: models = selectedModels.map((id) => $_models.find((m) => m.id === id)); - - const tempChatTooltipText = 'This chat won’t appear in history and your messages will not be saved.'; onMount(() => {}); @@ -95,7 +93,7 @@
{#if $temporaryChatEnabled}