diff --git a/docs/collocation/i18n.md b/docs/collocation/i18n.md index 854a996b85390e0591f339b86d1ec3fa8a018eef..f02b1f1d85fd92a80d6ca4aef0f3d918f7cf1c24 100644 --- a/docs/collocation/i18n.md +++ b/docs/collocation/i18n.md @@ -280,8 +280,8 @@ uni-app.zh-Hans.json 文件 中东语言的文字大多从右向左 (RTL) 书写。但是,一般而言,最常用的形式为双向 (bidi) 文字 - 混用从左向右和从右向左书写的文字。bidi 文字的一个示例是含有阿拉伯语和英语文字的段落。在 uni-app 中,nvue 页面和 vue 页面以不同的方式控制。 - * nvue 页面使用平台原生控件渲染,文字的方向一定程度上可以根据语言自动切换。 - * vue 页面使用 webveiw 渲染,文字方向需要开发者通过 css 样式进行控制:[unicode-bidi](https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi)、[direction](https://developer.mozilla.org/en-US/docs/Web/CSS/direction)。 +* nvue 页面使用平台原生控件渲染,文字的方向一定程度上可以根据语言自动切换。 +* vue 页面使用 webveiw 渲染,文字方向需要开发者通过 css 样式进行控制:[unicode-bidi](https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi)、[direction](https://developer.mozilla.org/en-US/docs/Web/CSS/direction)。 ## schema 国际化@schema