fix(web): missing svelte translations (#10199)

* fix(web): missing svelte translations

* fixes

* format fix

* translation keys fix

* "merge" key fix

* Update web/src/lib/components/shared-components/side-bar/more-information-albums.svelte

Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>

* Update web/src/lib/i18n/en.json

Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>

* suggestion fix

* trash pluralization

* video+photo count fix

* format fix

* unused removal

* translation key fix

* duplicate key removal

* format fix

---------

Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>
This commit is contained in:
waclaw66
2024-06-12 18:37:46 +02:00
committed by GitHub
parent 3d82005797
commit 376feadb76
16 changed files with 60 additions and 29 deletions
+1 -1
View File
@@ -422,7 +422,7 @@
<LinkButton on:click={() => (selectHidden = !selectHidden)}>
<div class="flex flex-wrap place-items-center justify-center gap-x-1 text-sm">
<Icon path={mdiEyeOutline} size="18" />
<p class="ml-2">Show & hide people</p>
<p class="ml-2">{$t('show_and_hide_people')}</p>
</div>
</LinkButton>
</div>
@@ -492,7 +492,9 @@
</p>
{:else}
<p class="font-medium">{$t('add_a_name')}</p>
<p class="text-sm text-gray-500 dark:text-immich-gray">Find them fast by name with search</p>
<p class="text-sm text-gray-500 dark:text-immich-gray">
{$t('find_them_fast')}
</p>
{/if}
</div>
</button>