From a288c8305afd550cfeb1ca18aeebef7baf83c87c Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 6 May 2024 10:07:27 +0530 Subject: [PATCH] Add TODO about better translation --- web/apps/photos/src/components/PhotoList/dedupe.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/apps/photos/src/components/PhotoList/dedupe.tsx b/web/apps/photos/src/components/PhotoList/dedupe.tsx index 7181f62675..ab7badf1f6 100644 --- a/web/apps/photos/src/components/PhotoList/dedupe.tsx +++ b/web/apps/photos/src/components/PhotoList/dedupe.tsx @@ -304,6 +304,10 @@ export function DedupePhotoList({ switch (listItem.itemType) { case ITEM_TYPE.SIZE_AND_COUNT: return ( + /*TODO: Translate the full phrase instead of piecing + together parts like this See: + https://crowdin.com/editor/ente-photos-web/9/enus-de?view=comfortable&filter=basic&value=0#8104 + */ {listItem.fileCount} {t("FILES")},{" "} {convertBytesToHumanReadable(listItem.fileSize || 0)}{" "}