Move combinetranslation to language
This commit is contained in:
@@ -67,11 +67,6 @@
|
||||
<div class="flex items-center mt-4">
|
||||
<Check bind:check={$DataBase.useExperimental} name={language.useExperimental}> <Help key="useExperimental"/></Check>
|
||||
</div>
|
||||
<div class="flex items-center mt-4">
|
||||
<Check bind:check={$DataBase.combineTranslation} name={language.combineTranslation}>
|
||||
<Help key="combineTranslation"/>
|
||||
</Check>
|
||||
</div>
|
||||
<div class="flex items-center mt-4">
|
||||
<Check bind:check={$DataBase.forceProxyAsOpenAI} name={language.forceProxyAsOpenAI}> <Help key="forceProxyAsOpenAI"/></Check>
|
||||
</div>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
import { languageEnglish } from "src/lang/en";
|
||||
import TextInput from "src/lib/UI/GUI/TextInput.svelte";
|
||||
import TextAreaInput from "src/lib/UI/GUI/TextAreaInput.svelte";
|
||||
import Help from "src/lib/Others/Help.svelte";
|
||||
let langChanged = false
|
||||
|
||||
</script>
|
||||
@@ -113,4 +114,10 @@
|
||||
<div class="flex items-center mt-2">
|
||||
<Check bind:check={$DataBase.autoTranslate} name={language.autoTranslation}/>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center mt-4">
|
||||
<Check bind:check={$DataBase.combineTranslation} name={language.combineTranslation}>
|
||||
<Help key="combineTranslation"/>
|
||||
</Check>
|
||||
</div>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user