Add combineTranslation feature that merging and translating separated HTML sentences

This commit is contained in:
sub-hub
2024-05-05 11:49:15 +09:00
parent a7509c4a35
commit 07eb230be3
5 changed files with 15 additions and 4 deletions

View File

@@ -67,6 +67,11 @@
<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>