code spliting und language 2

This commit is contained in:
Ashikagi
2026-03-23 23:57:26 +01:00
parent 8b21c5e3d4
commit fe27ec2beb
19 changed files with 335 additions and 349 deletions

View File

@@ -218,7 +218,7 @@ const PatList = ({
<h2 className="text-lg font-bold text-gray-800 dark:text-gray-100">{title}</h2>
<p className="text-sm text-gray-500 dark:text-gray-400 mt-1">
{t('patlist.count', { count: entries.length })}
{entries.length !== totalEntries ? ` von ${totalEntries}` : ''}
{entries.length !== totalEntries ? ` ${t('patlist.of')} ${totalEntries}` : ''}
</p>
</div>