feat: Change translation keys to fallback strings

This commit is contained in:
Ased Mammad 2024-03-02 14:42:33 +03:30
parent fab89a76b1
commit 7a77f3c2c0
12 changed files with 136 additions and 42 deletions

View file

@ -42,7 +42,7 @@
{disabled}
>
<option class=" text-gray-700" value="" selected disabled
>{$i18n.t('ModelSelectorPlaceholder')}</option
>{$i18n.t('Select a model')}</option
>
{#each $models as model}
@ -137,5 +137,5 @@
</div>
<div class="text-left mt-1.5 text-xs text-gray-500">
<button on:click={saveDefaultModel}> {$i18n.t('SetAsDefault')}</button>
<button on:click={saveDefaultModel}> {$i18n.t('Set as default')}</button>
</div>