There is no translation in the tag people window #6173

Closed
opened 2026-02-05 12:04:23 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @DevServs on GitHub (May 30, 2025).

I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.

  • Yes

The bug

There is no translation for the placeholder Search person... in the search string for a person in the Mark a person window.

web/src/lib/components/asset-viewer/face-editor/face-editor.svelte

    <p class="text-center text-sm">{$t('select_person_to_tag')}</p>
    <div class="my-3 relative">
      <Input placeholder="Search person..." bind:value={searchTerm} size="tiny" />
    </div>
    <div class="h-[250px] overflow-y-auto mt-2">

The OS that Immich Server is running on

Debian 12

Version of Immich Server

v1.134

Version of Immich Mobile App

v1.134

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

Not applicable

Your .env content

Not applicable

Reproduction steps

  1. Try to add a face on any photo

Relevant log output


Additional information

No response

Originally created by @DevServs on GitHub (May 30, 2025). ### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug There is no translation for the placeholder **Search person...** in the search string for a person in the Mark a person window. web/src/lib/components/asset-viewer/face-editor/face-editor.svelte ``` <p class="text-center text-sm">{$t('select_person_to_tag')}</p> <div class="my-3 relative"> <Input placeholder="Search person..." bind:value={searchTerm} size="tiny" /> </div> <div class="h-[250px] overflow-y-auto mt-2"> ``` ### The OS that Immich Server is running on Debian 12 ### Version of Immich Server v1.134 ### Version of Immich Mobile App v1.134 ### Platform with the issue - [ ] Server - [x] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML Not applicable ``` ### Your .env content ```Shell Not applicable ``` ### Reproduction steps 1. Try to add a face on any photo ### Relevant log output ```shell ``` ### Additional information _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#6173