Improve translations
This commit is contained in:
@@ -169,17 +169,17 @@ function Label({
|
|||||||
<Text
|
<Text
|
||||||
style={[a.flex_1, a.leading_snug, t.atoms.text_contrast_medium]}
|
style={[a.flex_1, a.leading_snug, t.atoms.text_contrast_medium]}
|
||||||
numberOfLines={1}>
|
numberOfLines={1}>
|
||||||
<Text style={[a.leading_snug, t.atoms.text_contrast_medium]}>
|
<Trans>
|
||||||
<Trans>Source: </Trans>{' '}
|
Source:{' '}
|
||||||
</Text>
|
<InlineLinkText
|
||||||
<InlineLinkText
|
label={sourceName}
|
||||||
label={sourceName}
|
to={makeProfileLink(
|
||||||
to={makeProfileLink(
|
labeler ? labeler.creator : {did: label.src, handle: ''},
|
||||||
labeler ? labeler.creator : {did: label.src, handle: ''},
|
)}
|
||||||
)}
|
onPress={() => control.close()}>
|
||||||
onPress={() => control.close()}>
|
{sourceName}
|
||||||
{sourceName}
|
</InlineLinkText>
|
||||||
</InlineLinkText>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
{label.exp && (
|
{label.exp && (
|
||||||
<View>
|
<View>
|
||||||
|
|||||||
@@ -177,15 +177,18 @@ function ModerationDetailsDialogInner({
|
|||||||
t.atoms.text_contrast_medium,
|
t.atoms.text_contrast_medium,
|
||||||
]}
|
]}
|
||||||
numberOfLines={1}>
|
numberOfLines={1}>
|
||||||
<Text style={[a.leading_snug, t.atoms.text_contrast_medium]}>
|
<Trans>
|
||||||
<Trans>Source: </Trans>{' '}
|
Source:{' '}
|
||||||
</Text>
|
<InlineLinkText
|
||||||
<InlineLinkText
|
label={sourceName}
|
||||||
label={sourceName}
|
to={makeProfileLink({
|
||||||
to={makeProfileLink({did: modcause.label.src, handle: ''})}
|
did: modcause.label.src,
|
||||||
onPress={() => control.close()}>
|
handle: '',
|
||||||
{sourceName}
|
})}
|
||||||
</InlineLinkText>
|
onPress={() => control.close()}>
|
||||||
|
{sourceName}
|
||||||
|
</InlineLinkText>
|
||||||
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
{modcause.label.exp && (
|
{modcause.label.exp && (
|
||||||
<View>
|
<View>
|
||||||
|
|||||||
Reference in New Issue
Block a user