Add some missing i18n keys

This commit is contained in:
Karl Lee
2024-06-09 04:42:22 +08:00
parent 3499ec3f79
commit 0ccd96c950
2 changed files with 6 additions and 3 deletions

View File

@@ -622,7 +622,7 @@
</button>
</VideoInputMenu>
{:else}
<Tooltip content="Camera">
<Tooltip content="{$i18n.t('Camera')}">
<button
class=" p-3 rounded-full bg-gray-50 dark:bg-gray-900"
type="button"
@@ -658,9 +658,9 @@
<button type="button">
<div class=" line-clamp-1 text-sm font-medium">
{#if loading}
Thinking...
{$i18n.t('Thinking...')}
{:else}
Listening...
{$i18n.t('Listening...')}
{/if}
</div>
</button>