translate sort replies (#6110)

This commit is contained in:
Samuel Newman
2024-11-04 21:47:21 +00:00
committed by GitHub
parent 26c48373e2
commit 86840f2785
+3 -1
View File
@@ -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>