chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-12-21 23:34:08 +04:00
parent 45e3237756
commit 01e88c6ac2
68 changed files with 1607 additions and 362 deletions

View File

@@ -843,8 +843,9 @@
<div class="shrink-0 mr-2.5">
{#if fileItemsTotal}
<div class="text-xs text-gray-500">
{$i18n.t('{{count}} files', {
count: fileItemsTotal
<!-- {$i18n.t('{{COUNT}} files')} -->
{$i18n.t('{{COUNT}} files', {
COUNT: fileItemsTotal
})}
</div>
{/if}