Remove unused

This commit is contained in:
Manav Rathi
2024-11-05 11:44:26 +05:30
parent e7c788a793
commit 8feef3f36f
3 changed files with 1 additions and 8 deletions

View File

@@ -275,7 +275,6 @@ export const FileInfo: React.FC<FileInfoProps> = ({
/>
{isMLEnabled() && annotatedFaces.length > 0 && (
<InfoItem icon={<FaceRetouchingNaturalIcon />}>
{/*t("UNIDENTIFIED_FACES") TODO-Cluster remove */}
<FilePeopleList
file={file}
annotatedFaceIDs={annotatedFaces}

View File

@@ -228,9 +228,6 @@
"indexing_fetching": "Fetching indexes ({{nSyncedFiles, number}} / {{nTotalFiles, number}})",
"indexing_people": "Indexing people in {{nSyncedFiles, number}} photos...",
"indexing_done": "Indexed {{nSyncedFiles, number}} photos",
"UNIDENTIFIED_FACES": "Unidentified faces",
"OBJECTS": "objects",
"TEXT": "text",
"INFO": "Info ",
"INFO_OPTION": "Info (I)",
"file_name": "File name",

View File

@@ -176,10 +176,7 @@ const CGroupPersonHeader: React.FC<CGroupPersonHeaderProps> = ({ person }) => {
<SingleInputDialog
{...nameInputVisibilityProps}
title={
pt("Rename person") /* TODO-Cluster pt()'s
also remove "UNIDENTIFIED_FACES": "Unidentified faces" */
}
title={pt("Rename person")}
label={pt("Name")}
placeholder={t("enter_name")}
autoComplete="name"