1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Try out clean Crowdin source strings

This commit is contained in:
Zhiyuan Zheng
2021-03-28 23:31:10 +02:00
parent 267832dd15
commit aab3d8d94d
106 changed files with 462 additions and 1219 deletions

View File

@ -12,7 +12,7 @@ const ScreenMeSwitch: React.FC<StackScreenProps<
Nav.TabMeStackParamList,
'Tab-Me-Switch'
>> = ({ navigation }) => {
const { t } = useTranslation()
const { t } = useTranslation('screenTabs')
return (
<KeyboardAvoidingView
style={{ flex: 1 }}
@ -25,10 +25,10 @@ const ScreenMeSwitch: React.FC<StackScreenProps<
name='Screen-Me-Switch-Root'
component={ScreenMeSwitchRoot}
options={{
headerTitle: t('meSwitch:heading'),
headerTitle: t('me.stacks.switch.name'),
...(Platform.OS === 'android' && {
headerCenter: () => (
<HeaderCenter content={t('meSwitch:heading')} />
<HeaderCenter content={t('me.stacks.switch.name')} />
)
}),
headerLeft: () => (