From 084905c1461ec6f86b03da4d4f6f6300ad9a7fc0 Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Thu, 12 Dec 2024 12:48:02 +0900 Subject: refine plural marks (#7065) --- src/components/moderation/LabelsOnMe.tsx | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'src/components/moderation/LabelsOnMe.tsx') diff --git a/src/components/moderation/LabelsOnMe.tsx b/src/components/moderation/LabelsOnMe.tsx index 681599807..f0a25959f 100644 --- a/src/components/moderation/LabelsOnMe.tsx +++ b/src/components/moderation/LabelsOnMe.tsx @@ -1,6 +1,6 @@ import {StyleProp, View, ViewStyle} from 'react-native' import {AppBskyFeedDefs, ComAtprotoLabelDefs} from '@atproto/api' -import {msg, Plural} from '@lingui/macro' +import {msg, Plural, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {useSession} from '#/state/session' @@ -50,17 +50,23 @@ export function LabelsOnMe({ {type === 'account' ? ( - + + {' '} + been placed on this account + ) : ( - + + {' '} + been placed on this content + )} -- cgit 1.4.1