Bluesky app fork with some witchin' additions 💫

Added trans (#4890)

authored by quiple.dev and committed by

GitHub af526268 a864f698

+2 -2
+1 -1
src/lib/moderation/useModerationCauseDescription.ts
··· 126 126 } 127 127 } 128 128 if (def.identifier === 'porn' || def.identifier === 'sexual') { 129 - strings.name = 'Adult Content' 129 + strings.name = _(msg`Adult Content`) 130 130 } 131 131 132 132 return {
+1 -1
src/view/screens/AppPasswords.tsx
··· 268 268 size={14} 269 269 /> 270 270 <Text type="md" style={pal.textLight}> 271 - Allows access to direct messages 271 + <Trans>Allows access to direct messages</Trans> 272 272 </Text> 273 273 </View> 274 274 )}