feat: Change translation keys to fallback strings

This commit is contained in:
Ased Mammad 2024-03-02 14:42:33 +03:30
parent fab89a76b1
commit 7a77f3c2c0
12 changed files with 136 additions and 42 deletions

View file

@ -66,9 +66,9 @@
</div>
{/if}
{:else}
<div class=" line-clamp-1">{$i18n.t('Hello', { name: $user.name })}</div>
<div class=" line-clamp-1">{$i18n.t('Hello, {{name}}', { name: $user.name })}</div>
<div>{$i18n.t('GreetingPlaceholder')}</div>
<div>{$i18n.t('How can I help you today?')}</div>
{/if}
</div>
</div>