Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Mark two starter pack strings for localization (#4655)

authored by

surfdude29 and committed by
GitHub
c4dce4ce 3f20e2e3

+5 -3
+5 -3
src/components/StarterPack/ProfileStarterPacks.tsx
··· 232 232 t.atoms.text_contrast_medium, 233 233 {color: 'white'}, 234 234 ]}> 235 - You haven't created a starter pack yet! 235 + <Trans>You haven't created a starter pack yet!</Trans> 236 236 </Text> 237 237 <Text style={[a.text_md, {color: 'white'}]}> 238 - Starter packs let you easily share your favorite feeds and people with 239 - your friends. 238 + <Trans> 239 + Starter packs let you easily share your favorite feeds and people 240 + with your friends. 241 + </Trans> 240 242 </Text> 241 243 </View> 242 244 <View style={[a.flex_row, a.gap_md, {marginLeft: 'auto'}]}>