fix(web): more translations (#11167)

* item(s)

* search_by_filename

* filename example

* memory lane
This commit is contained in:
waclaw66 2024-07-17 13:37:39 +02:00 committed by GitHub
parent e3fd766e9b
commit a78365faab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 5 deletions

View file

@ -41,8 +41,7 @@
{/if}
</td>
<td class="text-md text-ellipsis text-center sm:w-2/12 md:w-2/12 xl:w-[15%] 2xl:w-[12%]">
{album.assetCount}
{album.assetCount > 1 ? `items` : `item`}
{$t('items_count', { values: { count: album.assetCount } })}
</td>
<td class="text-md hidden text-ellipsis text-center sm:block w-3/12 xl:w-[15%] 2xl:w-[12%]">
{dateLocaleString(album.updatedAt)}