Move legacy translation
This commit is contained in:
@@ -117,9 +117,6 @@
|
||||
<Help key="removePunctuationHypa"/>
|
||||
</Check>
|
||||
</div>
|
||||
<div class="flex items-center mt-4">
|
||||
<Check bind:check={$DataBase.legacyTranslation} name="Legacy Translator" />
|
||||
</div>
|
||||
<div class="flex items-center mt-4">
|
||||
<Check bind:check={$DataBase.dynamicAssets} name={language.dynamicAssets}>
|
||||
<Help key="dynamicAssets"/>
|
||||
|
||||
@@ -127,4 +127,10 @@
|
||||
<Help key="combineTranslation"/>
|
||||
</Check>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center mt-4">
|
||||
<Check bind:check={$DataBase.legacyTranslation} name={language.legacyTranslation}>
|
||||
<Help key="legacyTranslation"/>
|
||||
</Check>
|
||||
</div>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user