Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit f938b9e

Browse files
committed
fix: fix i18n translate
1 parent 60743e2 commit f938b9e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

locales/en_US.json

+3
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@
112112
"info_reset": "Has reset the config to default",
113113
"info_help": "Flow the command line: {{{cmd}}}"
114114
}
115+
},
116+
"log":{
117+
"help": "Please follow the command: {{cmd}}"
115118
}
116119
},
117120
"runtime": {

locales/zh_CN.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
}
114114
},
115115
"log": {
116-
"help": "commands.config.log.help"
116+
"help": "请输入有效命令: {{cmd}}"
117117
}
118118
},
119119
"runtime": {

0 commit comments

Comments
 (0)