mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Change language working partially
Not all translatinos are updated
This commit is contained in:
@@ -13,11 +13,22 @@ export default (): ExpoConfig => ({
|
||||
developmentClient: { silentLaunch: true },
|
||||
scheme: 'mastodonct',
|
||||
ios: {
|
||||
infoPlist: {
|
||||
CFBundleAllowMixedLocalizations: true
|
||||
},
|
||||
splash: {
|
||||
image: './assets/splash.png',
|
||||
resizeMode: 'contain',
|
||||
backgroundColor: '#ffffff'
|
||||
}
|
||||
},
|
||||
assetBundlePatterns: ['**/*']
|
||||
locales: {
|
||||
zh: {
|
||||
CFBundleDisplayName: '我的嘟嘟'
|
||||
},
|
||||
en: {
|
||||
CFBundleDisplayName: 'My Toots'
|
||||
}
|
||||
},
|
||||
assetBundlePatterns: ['assets/*']
|
||||
})
|
||||
|
Reference in New Issue
Block a user