"vi" : {
// 越南语打包配置
"name" : "Meo Novel", // 应用名称
"android" : {
"strings" : {
//Android平台自定义字符串
"dcloud_permission_write_external_storage_message" : "Vui lòng chấp nhận quyền truy cập hình ảnh trên điện thoại của bạn",
"dcloud_choose_an_action" : "Chọn để thao tác", // 选择操作
"dcloud_gallery_all_image" : "Tất cả hình ảnh", // 所有图片
"dcloud_gallery_select_image_title" : "Chọn ảnh", // 选择图片
"dcloud_gallery_select_null" : "Chọn tệp", // 请选择文件
"dcloud_gallery_done" : "Hoàn thành", // 完成
"dcloud_gallery_count_string" : "Ảnh", // 个
"dcloud_gallery_preview" : "Xem trước", // 预览
"dcloud_gallery_select" : "Chọn", // 选择
"dcloud_gallery_read_external_storage" : "Bạn phải mở quyền truy cập hình ảnh" // 需要打开存储权限
}
},
"ios" : {
"privacyDescription" : {
"NSPhotoLibraryUsageDescription" : "读取相册图片来设置用户头像",
"NSCameraUsageDescription" : "访问摄像头来获取拍摄图片来设置用户头像"
},
"infoPlist" : {
//iOS平台自定义InfoPlist.strings
"dcloud_choose_an_action" : "Chọn để thao tác", // 选择操作
"dcloud_gallery_all_image" : "Tất cả hình ảnh", // 所有图片
"dcloud_gallery_select_image_title" : "Chọn ảnh", // 选择图片
"dcloud_gallery_select_null" : "Chọn tệp", // 请选择文件
"dcloud_gallery_done" : "Hoàn thành", // 完成
"dcloud_gallery_count_string" : "Ảnh", // 个
"dcloud_gallery_preview" : "Xem trước", // 预览
"dcloud_gallery_select" : "Chọn" // 选择
}
}
}
} ```

- 发布:2022-03-24 20:51
- 更新:2022-03-24 20:51
- 阅读:359
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 3.2.15
手机系统: iOS
手机系统版本号: iOS 15
手机厂商: 苹果
手机机型: iphone13promax
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
App下载地址或H5⽹址: https://www.pgyer.com/tVrl
示例代码:
操作步骤:
1.将国际化配置复制在manifest.json中
2.云端打包
1.将国际化配置复制在manifest.json中
2.云端打包
预期结果:
安卓、ios打开的相册相关按钮被翻译成配置的键值(越南语)
安卓、ios打开的相册相关按钮被翻译成配置的键值(越南语)
实际结果:
ios打开的相册相关按钮还是翻译成英文
安卓正常
ios打开的相册相关按钮还是翻译成英文
安卓正常