From c108d863f63b2a1cd56926a8c8783f001a300cbe Mon Sep 17 00:00:00 2001 From: Jannik Streidl Date: Wed, 5 Jun 2024 20:42:41 +0200 Subject: [PATCH] added missing i18n keys + german locales --- .../components/admin/Settings/Banners.svelte | 2 +- .../chat/Settings/Personalization.svelte | 7 +-- .../Personalization/ManageModal.svelte | 4 +- .../documents/Settings/WebParams.svelte | 4 +- .../components/layout/Sidebar/UserMenu.svelte | 2 +- src/lib/i18n/locales/de-DE/translation.json | 46 +++++++++++-------- src/routes/(app)/admin/+page.svelte | 2 +- 7 files changed, 38 insertions(+), 29 deletions(-) diff --git a/src/lib/components/admin/Settings/Banners.svelte b/src/lib/components/admin/Settings/Banners.svelte index e69a8ebb1..418edc9a5 100644 --- a/src/lib/components/admin/Settings/Banners.svelte +++ b/src/lib/components/admin/Settings/Banners.svelte @@ -96,7 +96,7 @@ />
- +
diff --git a/src/lib/components/chat/Settings/Personalization.svelte b/src/lib/components/chat/Settings/Personalization.svelte index e1f0a1e27..892788255 100644 --- a/src/lib/components/chat/Settings/Personalization.svelte +++ b/src/lib/components/chat/Settings/Personalization.svelte @@ -57,8 +57,9 @@
- You can personalize your interactions with LLMs by adding memories through the 'Manage' - button below, making them more helpful and tailored to you. + {$i18n.t( + "You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you." + )}