Merge pull request #2939 from KarlLee830/translate

Add some missing i18n keys
This commit is contained in:
Timothy Jaeryang Baek
2024-06-09 11:14:50 -07:00
committed by GitHub
2 changed files with 8 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>