Bluesky app fork with some witchin' additions 💫

tweak plural formatting (#8871)

authored by

surfdude29 and committed by
GitHub
9835d0fb bf6e0155

+3 -3
+3 -3
src/screens/PostThread/components/ThreadItemReadMore.tsx
··· 90 90 interacted && a.underline, 91 91 ]}> 92 92 <Trans> 93 - Read {item.moreReplies} more{' '} 93 + Read{' '} 94 94 <Plural 95 - one="reply" 96 - other="replies" 95 + one="# more reply" 96 + other="# more replies" 97 97 value={item.moreReplies} 98 98 /> 99 99 </Trans>