From 94b8a96c16093c6aa808ab62c4d863bf4e78f62c Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Fri, 20 Dec 2024 17:24:22 -0500 Subject: [PATCH] fix and others i18n (#6367) --- src/components/Discover/TrendingTokens.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Discover/TrendingTokens.tsx b/src/components/Discover/TrendingTokens.tsx index de88bc4b52e..223a8041981 100644 --- a/src/components/Discover/TrendingTokens.tsx +++ b/src/components/Discover/TrendingTokens.tsx @@ -280,7 +280,7 @@ function FriendHolders({ friends }: { friends: FarcasterUser[] }) { {friends.length > 2 && ( {' '} - {i18n.t('trending_tokens.and_others', { count: howManyOthers })} + {i18n.t(t.and_others[howManyOthers === 1 ? 'one' : 'other'], { count: howManyOthers })} )}