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

@@ -190,7 +190,7 @@
<select
class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
bind:value={titleAutoGenerateModel}
placeholder={$i18n.t('ModelSelectorPlaceholder')}
placeholder={$i18n.t('Select a Model')}
>
<option value="" selected>Current Model</option>
{#each $models as model}