From 30d0bea4dfd970e58f5935c19c5eb9944f6d950a Mon Sep 17 00:00:00 2001 From: DevServices <148223227+DevServs@users.noreply.github.com> Date: Fri, 22 Aug 2025 19:52:40 +0300 Subject: [PATCH] fix(web): add to multiple albums translation doesn't have plural formatting (#21087) Co-authored-by: xCJPECKOVERx --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index e72607c4ba..f061cb1450 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -500,7 +500,7 @@ "assets": "Assets", "assets_added_count": "Added {count, plural, one {# asset} other {# assets}}", "assets_added_to_album_count": "Added {count, plural, one {# asset} other {# assets}} to the album", - "assets_added_to_albums_count": "Added {assetTotal, plural, one {# asset} other {# assets}} to {albumTotal} albums", + "assets_added_to_albums_count": "Added {assetTotal, plural, one {# asset} other {# assets}} to {albumTotal, plural, one {# album} other {# albums}}", "assets_cannot_be_added_to_album_count": "{count, plural, one {Asset} other {Assets}} cannot be added to the album", "assets_cannot_be_added_to_albums": "{count, plural, one {Asset} other {Assets}} cannot be added to any of the albums", "assets_count": "{count, plural, one {# asset} other {# assets}}",