mirror of https://github.com/tooot-app/app
locales still doesn't work
This commit is contained in:
parent
881bc4ba84
commit
74d830a71a
|
@ -28,16 +28,16 @@ export default (): ExpoConfig => ({
|
||||||
googleServicesFile: './configs/google-services.json',
|
googleServicesFile: './configs/google-services.json',
|
||||||
permissions: ['CAMERA', 'VIBRATE']
|
permissions: ['CAMERA', 'VIBRATE']
|
||||||
},
|
},
|
||||||
locales: {
|
// locales: {
|
||||||
zh: {
|
// zh: {
|
||||||
CFBundleDisplayName: '嘟嘟嘟',
|
// CFBundleDisplayName: '嘟嘟嘟',
|
||||||
NSCameraUsageDescription: '允许嘟嘟嘟用相机上传照片',
|
// NSCameraUsageDescription: '允许嘟嘟嘟用相机上传照片',
|
||||||
NSPhotoLibraryUsageDescription: '允许嘟嘟嘟用相册上传照片'
|
// NSPhotoLibraryUsageDescription: '允许嘟嘟嘟用相册上传照片'
|
||||||
},
|
// },
|
||||||
en: {
|
// en: {
|
||||||
CFBundleDisplayName: 'tooot'
|
// CFBundleDisplayName: 'tooot'
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
assetBundlePatterns: ['assets/*'],
|
assetBundlePatterns: ['assets/*'],
|
||||||
hooks: {
|
hooks: {
|
||||||
postPublish: [
|
postPublish: [
|
||||||
|
|
Loading…
Reference in New Issue