提交 4ee8376d 编写于 作者: d-u-a's avatar d-u-a

update: i18n

上级 2f6c6ef8
......@@ -383,3 +383,17 @@ HBuilderX 3.3 起,新建项目可以直接选择`hello i18n`模板,或者去
**注意:**
- Android 平台因原生层限制,将自动重启。其他平台均实时变化,包括已打开的所有页面
- iOS date 类型的 picker 因系统限制无法设置国际化,默认跟随系统语言
- iOS 新增框架语言需要配置 manifest.json -> app-plus -> locales ,例如: 增加日语 `ja`,详情见下面的 manifest.json 配置
```json
// manifest.json
{
"app-plus" : {
// 打包后生效
"locales": {
"ja": {}
}
}
}
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册