Add ExperimentalGoogleTranslator

This commit is contained in:
Kwaroran
2025-02-20 04:06:35 +09:00
parent 0a2e4fd04c
commit 94e23543dd
3 changed files with 34 additions and 1 deletions

View File

@@ -200,6 +200,13 @@
<Check bind:check={DBState.db.returnCSSError} name={language.returnCSSError}>
</Check>
</div>
{#if DBState.db.useExperimental}
<div class="flex items-center mt-4">
<Check bind:check={DBState.db.useExperimentalGoogleTranslator} name={"New Google Translate Experimental"}>
<Help key="unrecommended" unrecommended/>
</Check>
</div>
{/if}
{#if DBState.db?.account?.useSync}
<div class="flex items-center mt-4">
<Check bind:check={DBState.db.lightningRealmImport} name={"Lightning Realm Import"}>