Add ExperimentalGoogleTranslator
This commit is contained in:
@@ -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"}>
|
||||
|
||||
Reference in New Issue
Block a user