未验证 提交 d1cf6960 编写于 作者: O openharmony_ci 提交者: Gitee

!5221 【轻量级 PR】:【OpenHarmony开源贡献者计划2022】修复markdown语法错误导致的文字显示问题

Merge pull request !5221 from Luoyiling1010/N/A
...@@ -109,7 +109,7 @@ Table 3 $t function parameters ...@@ -109,7 +109,7 @@ Table 3 $t function parameters
| Parameter | Type | Mandatory | Description | | Parameter | Type | Mandatory | Description |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| path | string | Yes | Path of the language resource key | | path | string | Yes | Path of the language resource key |
| params | Array\|Object | No | Content used to replace placeholders during runtime. There are two types of placeholders available:<br/>- Named placeholder, for example, {name}. The actual content must be of the object type, for example, \```$t('strings.object', {name:'Hello world'})```.<br/>- Digit placeholder, for example, {0}. The actual content must be of the array type, for example, \```$t('strings.array', [Hello world']```. | | params | Array\|Object | No | Content used to replace placeholders during runtime. There are two types of placeholders available:<br/>- Named placeholder, for example, {name}. The actual content must be of the object type, for example, ```$t('strings.object', {name:'Hello world'})```.<br>- Digit placeholder, for example, {0}. The actual content must be of the array type, for example, ```$t('strings.array', [Hello world']```. |
- Example code for simple formatting - Example code for simple formatting
...@@ -157,7 +157,8 @@ Table 3 $t function parameters ...@@ -157,7 +157,8 @@ Table 3 $t function parameters
``` ```
- Singular-plural formatting - Singular-plural formatting
Table 4 Singular-plural formatting
Table 4 Singular-plural formatting
| Attribute | Type | Parameter | Mandatory | Description | | Attribute | Type | Parameter | Mandatory | Description |
| -------- | -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- | -------- |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册