Update persian translation + run i18n:parse

This commit is contained in:
Ased Mammad 2024-03-14 23:35:09 +03:30
parent 1e590b79cf
commit aeb265c789
8 changed files with 60 additions and 12 deletions

View file

@ -480,7 +480,7 @@
<select
class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
bind:value={selectedOllamaUrlIdx}
placeholder="Select an Ollama instance"
placeholder={$i18n.t('Select an Ollama instance')}
>
{#each OLLAMA_URLS as url, idx}
<option value={idx} class="bg-gray-100 dark:bg-gray-700">{url}</option>