From 33d1242c6df2e858aaa77045e69028c4220a5bb2 Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Thu, 28 Aug 2025 17:03:53 +0530 Subject: [PATCH] strings --- mobile/apps/photos/lib/l10n/intl_en.arb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mobile/apps/photos/lib/l10n/intl_en.arb b/mobile/apps/photos/lib/l10n/intl_en.arb index 8f5792225e..51d76f3c5e 100644 --- a/mobile/apps/photos/lib/l10n/intl_en.arb +++ b/mobile/apps/photos/lib/l10n/intl_en.arb @@ -1922,12 +1922,9 @@ "deleteFiles": "Delete files", "areYouSureDeleteFiles": "Are you sure you want to delete these files?", "greatJob": "Great job!", - "cleanedUpSimilarImages": "You cleaned up {count, plural, =1{{count} similar image} other{{count} similar images}} and freed up {size}", + "cleanedUpSimilarImages": "You freed up {size} of space", "@cleanedUpSimilarImages": { "placeholders": { - "count": { - "type": "int" - }, "size": { "type": "String" } @@ -1946,5 +1943,6 @@ "similar": "Similar", "identical": "Identical", "nothingHereTryAnotherFilter": "Nothing here, try another filter! 👀", - "related": "Related" + "related": "Related", + "hoorayyyy": "Hoorayyyy!" }