Fix conditional rendering in
LanguageSettings.svelte Signed-off-by: hashcoko <hashcoko@gmail.com>
This commit is contained in:
@@ -68,7 +68,8 @@
|
|||||||
<div class="flex items-center mt-2">
|
<div class="flex items-center mt-2">
|
||||||
<Check bind:check={$DataBase.deeplOptions.freeApi} name={language.deeplFreeKey}/>
|
<Check bind:check={$DataBase.deeplOptions.freeApi} name={language.deeplFreeKey}/>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
{#if $DataBase.translatorType === 'llm'}
|
{#if $DataBase.translatorType === 'llm'}
|
||||||
<span class="text-textcolor mt-4">{language.translationPrompt}</span>
|
<span class="text-textcolor mt-4">{language.translationPrompt}</span>
|
||||||
<TextAreaInput bind:value={$DataBase.translatorPrompt} placeholder={"You are a translator. translate the following html or text into {{slot}}. do not output anything other than the translation."}/>
|
<TextAreaInput bind:value={$DataBase.translatorPrompt} placeholder={"You are a translator. translate the following html or text into {{slot}}. do not output anything other than the translation."}/>
|
||||||
|
|||||||
Reference in New Issue
Block a user