chore: i18n

This commit is contained in:
Timothy J. Baek
2024-10-07 22:14:37 -07:00
parent 8c677ff7a1
commit 345090c769
43 changed files with 86 additions and 2 deletions

View File

@@ -656,7 +656,7 @@
/>
</div>
{:else}
<div class="m-auto text-gray-500 text-xs">No content found</div>
<div class="m-auto text-gray-500 text-xs">{$i18n.t('No content found')}</div>
{/if}
</div>
</div>
@@ -724,7 +724,7 @@
</div>
<div class=" mt-2 text-center text-sm text-gray-200 dark:text-gray-700 w-full">
Select a file to view or drag and drop a file to upload
{$i18n.t('Select a file to view or drag and drop a file to upload')}
</div>
</div>
{/if}