Mark two starter pack strings for localization (#4655)
parent
3f20e2e3cf
commit
c4dce4ce45
|
@ -232,11 +232,13 @@ function Empty() {
|
||||||
t.atoms.text_contrast_medium,
|
t.atoms.text_contrast_medium,
|
||||||
{color: 'white'},
|
{color: 'white'},
|
||||||
]}>
|
]}>
|
||||||
You haven't created a starter pack yet!
|
<Trans>You haven't created a starter pack yet!</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={[a.text_md, {color: 'white'}]}>
|
<Text style={[a.text_md, {color: 'white'}]}>
|
||||||
Starter packs let you easily share your favorite feeds and people with
|
<Trans>
|
||||||
your friends.
|
Starter packs let you easily share your favorite feeds and people
|
||||||
|
with your friends.
|
||||||
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<View style={[a.flex_row, a.gap_md, {marginLeft: 'auto'}]}>
|
<View style={[a.flex_row, a.gap_md, {marginLeft: 'auto'}]}>
|
||||||
|
|
Loading…
Reference in New Issue