Mark more text as translatable (#2284)

zio/stable
Noritada Kobayashi 2023-12-28 02:27:32 +09:00 committed by GitHub
parent c91b9efccb
commit f402f33a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ export function Component({
<ScrollView>
<Text style={[pal.text, styles.description]}>
Choose "Everybody" or "Nobody"
<Trans>Choose "Everybody" or "Nobody"</Trans>
</Text>
<View style={{flexDirection: 'row', gap: 6, paddingHorizontal: 6}}>
<Selectable
@ -86,7 +86,7 @@ export function Component({
/>
</View>
<Text style={[pal.text, styles.description]}>
Or combine these options:
<Trans>Or combine these options:</Trans>
</Text>
<View style={{flexDirection: 'column', gap: 4, paddingHorizontal: 6}}>
<Selectable

View File

@ -117,7 +117,7 @@ export function PreferencesHomeFeed({navigation}: Props) {
<ToggleButton
testID="toggleRepliesBtn"
type="default-light"
label={showReplies ? 'Yes' : 'No'}
label={showReplies ? _(msg`Yes`) : _(msg`No`)}
isSelected={showReplies}
onPress={() =>
setFeedViewPref({