Skip to content

Commit aa21e22

Browse files
author
coolbyte
committed
更新描述
1 parent 3209d06 commit aa21e22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ I18nResourceTranslator -f zh-CN -t en -sp ./cn.json
1818
cn.json file like this
1919
```json
2020
{
21-
"bind_account": {
22-
"bind_account": "绑定账号",
23-
"Account": "账号",
24-
"account_tip": "请输入"
25-
}
21+
"bind_account": {
22+
"bind_account": "绑定账号 {bind-1} {test_12} {test_+123}",
23+
"Account": "{account}账号",
24+
"account_tip": "请输入{name}"
25+
}
2626
}
2727
```
2828
and result like this

0 commit comments

Comments
 (0)