This commit is contained in:
Timothy Jaeryang Baek 2026-09-03 20:26:40 -04:00
parent 7ab8b76449
commit 237b11c6d9
4 changed files with 4 additions and 4 deletions

View file

@ -306,7 +306,7 @@
}}
>
{#if pipelineFiles}
{$i18n.t('{{count}} pipeline(s) selected', { count: pipelineFiles.length })}
{$i18n.t('{{COUNT}} pipeline(s) selected', { COUNT: pipelineFiles.length })}
{:else}
{$i18n.t('Select a .py file')}
{/if}

View file

@ -275,7 +275,7 @@
}}
>
{#if inputFiles}
{$i18n.t('{{count}} document(s) selected.', { count: inputFiles.length })}
{$i18n.t('{{COUNT}} document(s) selected.', { COUNT: inputFiles.length })}
{:else}
{$i18n.t('Click here to select a csv file.')}
{/if}

View file

@ -156,7 +156,7 @@
}}
>
<span class="truncate"
>{$i18n.t('Enable all ({{count}})', { count: matchedVoices.length })}</span
>{$i18n.t('Enable all ({{COUNT}})', { COUNT: matchedVoices.length })}</span
>
</button>
{/if}

View file

@ -104,7 +104,7 @@
on:click={enableItems}
>
<span class="truncate"
>{$i18n.t('Enable all ({{count}})', { count: matchedItems.length })}</span
>{$i18n.t('Enable all ({{COUNT}})', { COUNT: matchedItems.length })}</span
>
</button>
{/if}