fix: Translatable 'Searching the web'

This commit is contained in:
tth37 2025-04-22 01:24:30 +08:00
parent 4b451b984b
commit 5b9c1de3d1

View File

@ -683,6 +683,8 @@
{$i18n.t('No search query generated')}
{:else if status?.description === 'Generating search query'}
{$i18n.t('Generating search query')}
{:else if status?.description === 'Searching the web'}
{$i18n.t('Searching the web')}
{:else}
{status?.description}
{/if}