Improve translations

This commit is contained in:
Eric Bailey
2025-02-13 17:29:53 -06:00
parent 848793b4d4
commit 6f82dee9cf
2 changed files with 23 additions and 20 deletions
+11 -11
View File
@@ -169,17 +169,17 @@ function Label({
<Text
style={[a.flex_1, a.leading_snug, t.atoms.text_contrast_medium]}
numberOfLines={1}>
<Text style={[a.leading_snug, t.atoms.text_contrast_medium]}>
<Trans>Source: </Trans>{' '}
</Text>
<InlineLinkText
label={sourceName}
to={makeProfileLink(
labeler ? labeler.creator : {did: label.src, handle: ''},
)}
onPress={() => control.close()}>
{sourceName}
</InlineLinkText>
<Trans>
Source:{' '}
<InlineLinkText
label={sourceName}
to={makeProfileLink(
labeler ? labeler.creator : {did: label.src, handle: ''},
)}
onPress={() => control.close()}>
{sourceName}
</InlineLinkText>
</Trans>
</Text>
{label.exp && (
<View>
@@ -177,15 +177,18 @@ function ModerationDetailsDialogInner({
t.atoms.text_contrast_medium,
]}
numberOfLines={1}>
<Text style={[a.leading_snug, t.atoms.text_contrast_medium]}>
<Trans>Source: </Trans>{' '}
</Text>
<InlineLinkText
label={sourceName}
to={makeProfileLink({did: modcause.label.src, handle: ''})}
onPress={() => control.close()}>
{sourceName}
</InlineLinkText>
<Trans>
Source:{' '}
<InlineLinkText
label={sourceName}
to={makeProfileLink({
did: modcause.label.src,
handle: '',
})}
onPress={() => control.close()}>
{sourceName}
</InlineLinkText>
</Trans>
</Text>
{modcause.label.exp && (
<View>