fixed you var + added ua translation for the new playground

This commit is contained in:
Jannik Streidl 2024-03-05 14:06:27 +01:00
parent b5b860f575
commit 53f69ace6c
4 changed files with 17 additions and 5 deletions

View file

@ -67,13 +67,13 @@
{#if $modelfiles.map((modelfile) => modelfile.tagName).includes(message.user)}
{$modelfiles.find((modelfile) => modelfile.tagName === message.user)?.title}
{:else}
{$i18n.t('Sie')}
{$i18n.t('You')}
<span class=" text-gray-500 text-sm font-medium">{message?.user ?? ''}</span>
{/if}
{:else if $settings.showUsername}
{user.name}
{:else}
{$i18n.t('Sie')}
{$i18n.t('You')}
{/if}
{#if message.timestamp}