translate sort replies (#6110)
This commit is contained in:
@@ -44,7 +44,9 @@ export function ThreadPreferencesScreen({}: Props) {
|
|||||||
<SettingsList.Container>
|
<SettingsList.Container>
|
||||||
<SettingsList.Group>
|
<SettingsList.Group>
|
||||||
<SettingsList.ItemIcon icon={BubblesIcon} />
|
<SettingsList.ItemIcon icon={BubblesIcon} />
|
||||||
<SettingsList.ItemText>Sort replies</SettingsList.ItemText>
|
<SettingsList.ItemText>
|
||||||
|
<Trans>Sort replies</Trans>
|
||||||
|
</SettingsList.ItemText>
|
||||||
<View style={[a.w_full, a.gap_md]}>
|
<View style={[a.w_full, a.gap_md]}>
|
||||||
<Text style={[a.flex_1, t.atoms.text_contrast_medium]}>
|
<Text style={[a.flex_1, t.atoms.text_contrast_medium]}>
|
||||||
<Trans>Sort replies to the same post by:</Trans>
|
<Trans>Sort replies to the same post by:</Trans>
|
||||||
|
|||||||
Reference in New Issue
Block a user