tangled
alpha
login
or
join now
jeanmachine.dev
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
Added trans (#4890)
authored by
quiple.dev
and committed by
GitHub
2 years ago
af526268
a864f698
+2
-2
2 changed files
expand all
collapse all
unified
split
src
lib
moderation
useModerationCauseDescription.ts
view
screens
AppPasswords.tsx
+1
-1
src/lib/moderation/useModerationCauseDescription.ts
···
126
126
}
127
127
}
128
128
if (def.identifier === 'porn' || def.identifier === 'sexual') {
129
129
-
strings.name = 'Adult Content'
129
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
271
-
Allows access to direct messages
271
271
+
<Trans>Allows access to direct messages</Trans>
272
272
</Text>
273
273
</View>
274
274
)}