diff --git a/src/lib/components/layout/Sidebar/SearchInput.svelte b/src/lib/components/layout/Sidebar/SearchInput.svelte index 608ba7ce0..883cc7e65 100644 --- a/src/lib/components/layout/Sidebar/SearchInput.svelte +++ b/src/lib/components/layout/Sidebar/SearchInput.svelte @@ -182,7 +182,9 @@ {/each} {:else if filteredOptions.length > 0} -
Search options
+
+ {$i18n.t('Search options')} +
{#each filteredOptions as option, optionIdx} diff --git a/src/lib/components/workspace/Knowledge/CreateCollection.svelte b/src/lib/components/workspace/Knowledge/CreateCollection.svelte index e078f4be3..89aaca30c 100644 --- a/src/lib/components/workspace/Knowledge/CreateCollection.svelte +++ b/src/lib/components/workspace/Knowledge/CreateCollection.svelte @@ -68,32 +68,34 @@ }} >
-
Create a knowledge base
+
+ {$i18n.t('Create a knowledge base')} +
-
What are you working on?
+
{$i18n.t('What are you working on?')}
-
What are you trying to achieve?
+
{$i18n.t('What are you trying to achieve?')}